#796008

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

Shades of Yukon Gold #796008

Tints of Yukon Gold #796008

Color information

#796008 (or 0x796008) is unknown color: approx Yukon Gold. HEX triplet: 79, 60 and 08. RGB value is (121,96,8). Sum of RGB (Red+Green+Blue) = 121+96+8=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #796008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796008 is #869FF7. Grayscale: #5D5D5D. Windows color (decimal): -8822776 or 548985. OLE color: 548985.

HSL color Cylindrical-coordinate representation of color #796008: hue angle of 46.73º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #796008 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121968-
CMYK00.210.930.53
HSL46.73º87.6%25.29%-
HSV(B)46.73º93.39%47.45%-
XYZ12.1112.451.99-
YUV93.4479.78147.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.78%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=53.78%
G=42.67%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12196800.210.930.5346.7387.625.29
Hex796080155D352f5819
Octal17114010025135655713031
Binary1111001110000010000101011011101110101101111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796008; }

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

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

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

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

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

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

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

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