#6F5E14

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

Shades of Yukon Gold #6F5E14

Tints of Yukon Gold #6F5E14

Color information

#6F5E14 (or 0x6F5E14) is unknown color: approx Yukon Gold. HEX triplet: 6F, 5E and 14. RGB value is (111,94,20). Sum of RGB (Red+Green+Blue) = 111+94+20=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E14 is #90A1EB. Grayscale: #5A5A5A. Windows color (decimal): -9478636 or 1334895. OLE color: 1334895.

HSL color Cylindrical-coordinate representation of color #6F5E14: hue angle of 48.79º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F5E14 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1119420-
CMYK00.150.820.56
HSL48.79º69.47%25.69%-
HSV(B)48.79º81.98%43.53%-
XYZ10.6811.442.31-
YUV90.6588.13142.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=49.33%
G=41.78%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111942000.150.820.5648.7969.4725.69
Hex6F5E140F523831451a
Octal15713624017122706110532
Binary1101111101111010100011111010010111000110001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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