#6F5E10

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

Shades of Yukon Gold #6F5E10

Tints of Yukon Gold #6F5E10

Color information

#6F5E10 (or 0x6F5E10) is unknown color: approx Yukon Gold. HEX triplet: 6F, 5E and 10. RGB value is (111,94,16). Sum of RGB (Red+Green+Blue) = 111+94+16=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E10 is #90A1EF. Grayscale: #5A5A5A. Windows color (decimal): -9478640 or 1072751. OLE color: 1072751.

HSL color Cylindrical-coordinate representation of color #6F5E10: hue angle of 49.26º degrees, saturation: 0.75, 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 #6F5E10 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1119416-
CMYK00.150.860.56
HSL49.26º74.8%24.9%-
HSV(B)49.26º85.59%43.53%-
XYZ10.6511.422.13-
YUV90.1986.13142.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 94 (37.11% from 255) = 42.53%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=50.23%
G=42.53%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111941600.150.860.5649.2674.824.9
Hex6F5E100F5638314b19
Octal15713620017126706111331
Binary1101111101111010000011111010110111000110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,16); }

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

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

 a { background-color: rgb(111,94,16); }

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

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

 span { border-color: rgb(111,94,16); }

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