#796A31

Color #796A31 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #796A31

Tints of Himalaya #796A31

Color information

#796A31 (or 0x796A31) is unknown color: approx Himalaya. HEX triplet: 79, 6A and 31. RGB value is (121,106,49). Sum of RGB (Red+Green+Blue) = 121+106+49=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #796A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A31 is #8695CE. Grayscale: #686868. Windows color (decimal): -8820175 or 3238521. OLE color: 3238521.

HSL color Cylindrical-coordinate representation of color #796A31: hue angle of 47.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #796A31 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB12110649-
CMYK00.120.600.53
HSL47.5º42.35%33.33%-
HSV(B)47.5º59.5%47.45%-
XYZ13.5914.595.01-
YUV103.9996.97140.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=43.84%
G=38.41%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211064900.120.600.5347.542.3533.33
Hex796A310C3C35302a21
Octal171152610147465605241
Binary1111001110101011000101100111100110101110000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A31; }

 p { color: rgb(121,106,49); }

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

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

 a { background-color: rgb(121,106,49); }

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

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

 span { border-color: rgb(121,106,49); }

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