#786112

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

Shades of Yukon Gold #786112

Tints of Yukon Gold #786112

Color information

#786112 (or 0x786112) is unknown color: approx Yukon Gold. HEX triplet: 78, 61 and 12. RGB value is (120,97,18). Sum of RGB (Red+Green+Blue) = 120+97+18=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786112 is #879EED. Grayscale: #5F5F5F. Windows color (decimal): -8888046 or 1204600. OLE color: 1204600.

HSL color Cylindrical-coordinate representation of color #786112: hue angle of 46.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #786112 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1209718-
CMYK00.190.850.53
HSL46.47º73.91%27.06%-
HSV(B)46.47º85%47.06%-
XYZ12.1312.592.36-
YUV94.8784.62145.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=51.06%
G=41.28%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120971800.190.850.5346.4773.9127.06
Hex78611201355352e4a1b
Octal17014122023125655611233
Binary11110001100001100100100111010101110101101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786112; }

 p { color: rgb(120,97,18); }

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

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

 a { background-color: rgb(120,97,18); }

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

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

 span { border-color: rgb(120,97,18); }

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