#796A32

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

Shades of Himalaya #796A32

Tints of Himalaya #796A32

Color information

#796A32 (or 0x796A32) is unknown color: approx Himalaya. HEX triplet: 79, 6A and 32. RGB value is (121,106,50). Sum of RGB (Red+Green+Blue) = 121+106+50=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #796A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A32 is #8695CD. Grayscale: #686868. Windows color (decimal): -8820174 or 3304057. OLE color: 3304057.

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

Color convert

RGB12110650-
CMYK00.120.590.53
HSL47.32º41.52%33.53%-
HSV(B)47.32º58.68%47.45%-
XYZ13.6114.65.12-
YUV104.197.47140.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=43.68%
G=38.27%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211065000.120.590.5347.3241.5233.53
Hex796A320C3B352f2a22
Octal171152620147365575242
Binary1111001110101011001001100111011110101101111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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