#79662A

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

Shades of Himalaya #79662A

Tints of Himalaya #79662A

Color information

#79662A (or 0x79662A) is unknown color: approx Himalaya. HEX triplet: 79, 66 and 2A. RGB value is (121,102,42). Sum of RGB (Red+Green+Blue) = 121+102+42=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79662A is #8699D5. Grayscale: #656565. Windows color (decimal): -8821206 or 2778745. OLE color: 2778745.

HSL color Cylindrical-coordinate representation of color #79662A: hue angle of 45.57º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79662A is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB12110242-
CMYK00.160.650.53
HSL45.57º48.47%31.96%-
HSV(B)45.57º65.29%47.45%-
XYZ13.0513.734.15-
YUV100.8494.79142.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=45.66%
G=38.49%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211024200.160.650.5345.5748.4731.96
Hex79662A01041352e3020
Octal1711465202010165566040
Binary111100111001101010100100001000001110101101110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79662A; }

 p { color: rgb(121,102,42); }

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

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

 a { background-color: rgb(121,102,42); }

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

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

 span { border-color: rgb(121,102,42); }

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