#786013

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

Shades of Yukon Gold #786013

Tints of Yukon Gold #786013

Color information

#786013 (or 0x786013) is unknown color: approx Yukon Gold. HEX triplet: 78, 60 and 13. RGB value is (120,96,19). Sum of RGB (Red+Green+Blue) = 120+96+19=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786013 is #879FEC. Grayscale: #5E5E5E. Windows color (decimal): -8888301 or 1269880. OLE color: 1269880.

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

Color convert

RGB1209619-
CMYK00.20.840.53
HSL45.74º72.66%27.25%-
HSV(B)45.74º84.17%47.06%-
XYZ12.0512.412.38-
YUV94.485.45146.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=51.06%
G=40.85%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120961900.20.840.5345.7472.6627.25
Hex78601301454352e491b
Octal17014023024124655611133
Binary11110001100000100110101001010100110101101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786013; }

 p { color: rgb(120,96,19); }

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

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

 a { background-color: rgb(120,96,19); }

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

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

 span { border-color: rgb(120,96,19); }

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