#786B0C

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

Shades of Yukon Gold #786B0C

Tints of Yukon Gold #786B0C

Color information

#786B0C (or 0x786B0C) is unknown color: approx Yukon Gold. HEX triplet: 78, 6B and 0C. RGB value is (120,107,12). Sum of RGB (Red+Green+Blue) = 120+107+12=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #786B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786B0C is #8794F3. Grayscale: #646464. Windows color (decimal): -8885492 or 813944. OLE color: 813944.

HSL color Cylindrical-coordinate representation of color #786B0C: hue angle of 52.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #786B0C is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB12010712-
CMYK00.110.900.53
HSL52.78º81.82%25.88%-
HSV(B)52.78º90%47.06%-
XYZ13.0714.542.46-
YUV100.0678.31142.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=50.21%
G=44.77%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201071200.110.900.5352.7881.8225.88
Hex786BC0B5A3535521a
Octal17015314013132656512232
Binary111100011010111100010111011010110101110101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,12); }

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

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

 a { background-color: rgb(120,107,12); }

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

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

 span { border-color: rgb(120,107,12); }

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