#79601C

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

Shades of Yukon Gold #79601C

Tints of Yukon Gold #79601C

Color information

#79601C (or 0x79601C) is unknown color: approx Yukon Gold. HEX triplet: 79, 60 and 1C. RGB value is (121,96,28). Sum of RGB (Red+Green+Blue) = 121+96+28=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79601C is #869FE3. Grayscale: #606060. Windows color (decimal): -8822756 or 1859705. OLE color: 1859705.

HSL color Cylindrical-coordinate representation of color #79601C: hue angle of 43.87º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79601C is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1219628-
CMYK00.210.770.53
HSL43.87º62.42%29.22%-
HSV(B)43.87º76.86%47.45%-
XYZ12.2812.512.87-
YUV95.7289.78146.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=49.39%
G=39.18%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121962800.210.770.5343.8762.4229.22
Hex79601C0154D352c3e1d
Octal1711403402511565547635
Binary1111001110000011100010101100110111010110110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79601C; }

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

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

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

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

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

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

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

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