#6F630F

Color #6F630F Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #6F630F

Tints of Yukon Gold #6F630F

Color information

#6F630F (or 0x6F630F) is unknown color: approx Yukon Gold. HEX triplet: 6F, 63 and 0F. RGB value is (111,99,15). Sum of RGB (Red+Green+Blue) = 111+99+15=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F630F is #909CF0. Grayscale: #5D5D5D. Windows color (decimal): -9477361 or 1008495. OLE color: 1008495.

HSL color Cylindrical-coordinate representation of color #6F630F: hue angle of 52.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F630F is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1119915-
CMYK00.110.860.56
HSL52.5º76.19%24.71%-
HSV(B)52.5º86.49%43.53%-
XYZ11.112.342.25-
YUV93.0183.98140.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=49.33%
G=44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111991500.110.860.5652.576.1924.71
Hex6F63F0B5638344c19
Octal15714317013126706411431
Binary110111111000111111010111010110111000110100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F630F; }

 p { color: rgb(111,99,15); }

 H1.HeaderClassName
 {
   color: #6F630F;
 }
 .AnyTagClassName
 {
   color: #6F630F;
 }
</style>
background-color css

<style>
 a { background-color: #6F630F; }

 a { background-color: rgb(111,99,15); }

 div.DivClassName
 {
   background-color: #6F630F;
 }
 .BgClassName
 {
   background-color: #6F630F;
 }
</style>
border-color css

<style>
 span { border-color: #6F630F; }

 span { border-color: rgb(111,99,15); }

 td.TdClassName
 {
   border-color: #6F630F;
 }
 .TagClassName
 {
   border-color: #6F630F;
 }
</style>