#796C34

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

Shades of Himalaya #796C34

Tints of Himalaya #796C34

Color information

#796C34 (or 0x796C34) is unknown color: approx Himalaya. HEX triplet: 79, 6C and 34. RGB value is (121,108,52). Sum of RGB (Red+Green+Blue) = 121+108+52=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #796C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C34 is #8693CB. Grayscale: #696969. Windows color (decimal): -8819660 or 3435641. OLE color: 3435641.

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

Color convert

RGB12110852-
CMYK00.110.570.53
HSL48.7º39.88%33.92%-
HSV(B)48.7º57.02%47.45%-
XYZ13.8715.045.42-
YUV105.597.81139.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=43.06%
G=38.43%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211085200.110.570.5348.739.8833.92
Hex796C340B3935312822
Octal171154640137165615042
Binary1111001110110011010001011111001110101110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,52); }

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

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

 a { background-color: rgb(121,108,52); }

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

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

 span { border-color: rgb(121,108,52); }

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