#786512

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

Shades of Yukon Gold #786512

Tints of Yukon Gold #786512

Color information

#786512 (or 0x786512) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 12. RGB value is (120,101,18). Sum of RGB (Red+Green+Blue) = 120+101+18=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #786512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786512 is #879AED. Grayscale: #616161. Windows color (decimal): -8887022 or 1205624. OLE color: 1205624.

HSL color Cylindrical-coordinate representation of color #786512: hue angle of 48.82º 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 #786512 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB12010118-
CMYK00.160.850.53
HSL48.82º73.91%27.06%-
HSV(B)48.82º85%47.06%-
XYZ12.5113.342.49-
YUV97.2283.29144.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=50.21%
G=42.26%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011800.160.850.5348.8273.9127.06
Hex7865120105535314a1b
Octal17014522020125656111233
Binary11110001100101100100100001010101110101110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786512; }

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

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

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

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

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

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

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

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