#79600D

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

Shades of Yukon Gold #79600D

Tints of Yukon Gold #79600D

Color information

#79600D (or 0x79600D) is unknown color: approx Yukon Gold. HEX triplet: 79, 60 and 0D. RGB value is (121,96,13). Sum of RGB (Red+Green+Blue) = 121+96+13=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79600D is #869FF2. Grayscale: #5E5E5E. Windows color (decimal): -8822771 or 876665. OLE color: 876665.

HSL color Cylindrical-coordinate representation of color #79600D: hue angle of 46.11º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79600D is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1219613-
CMYK00.210.890.53
HSL46.11º80.6%26.27%-
HSV(B)46.11º89.26%47.45%-
XYZ12.1412.462.15-
YUV94.0182.28147.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=52.61%
G=41.74%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121961300.210.890.5346.1180.626.27
Hex7960D01559352e511a
Octal17114015025131655612132
Binary1111001110000011010101011011001110101101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79600D; }

 p { color: rgb(121,96,13); }

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

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

 a { background-color: rgb(121,96,13); }

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

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

 span { border-color: rgb(121,96,13); }

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