#786E0E

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

Shades of Yukon Gold #786E0E

Tints of Yukon Gold #786E0E

Color information

#786E0E (or 0x786E0E) is unknown color: approx Yukon Gold. HEX triplet: 78, 6E and 0E. RGB value is (120,110,14). Sum of RGB (Red+Green+Blue) = 120+110+14=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #786E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E0E is #8791F1. Grayscale: #666666. Windows color (decimal): -8884722 or 945784. OLE color: 945784.

HSL color Cylindrical-coordinate representation of color #786E0E: hue angle of 54.34º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #786E0E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB12011014-
CMYK00.080.880.53
HSL54.34º79.1%26.27%-
HSV(B)54.34º88.33%47.06%-
XYZ13.415.182.64-
YUV102.0578.31140.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=49.18%
G=45.08%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201101400.080.880.5354.3479.126.27
Hex786EE085835364f1a
Octal17015616010130656611732
Binary111100011011101110010001011000110101110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E0E; }

 p { color: rgb(120,110,14); }

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

<style>
 a { background-color: #786E0E; }

 a { background-color: rgb(120,110,14); }

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

<style>
 span { border-color: #786E0E; }

 span { border-color: rgb(120,110,14); }

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