#6F6012

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

Shades of Yukon Gold #6F6012

Tints of Yukon Gold #6F6012

Color information

#6F6012 (or 0x6F6012) is unknown color: approx Yukon Gold. HEX triplet: 6F, 60 and 12. RGB value is (111,96,18). Sum of RGB (Red+Green+Blue) = 111+96+18=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6012 is #909FED. Grayscale: #5B5B5B. Windows color (decimal): -9478126 or 1204335. OLE color: 1204335.

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

Color convert

RGB1119618-
CMYK00.140.840.56
HSL50.32º72.09%25.29%-
HSV(B)50.32º83.78%43.53%-
XYZ10.8511.792.28-
YUV91.5986.47141.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 18 (7.42% from 255) = 8%
R=49.33%
G=42.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111961800.140.840.5650.3272.0925.29
Hex6F60120E5438324819
Octal15714022016124706211031
Binary1101111110000010010011101010100111000110010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,18); }

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

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

 a { background-color: rgb(111,96,18); }

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

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

 span { border-color: rgb(111,96,18); }

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