#79662D

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

Shades of Himalaya #79662D

Tints of Himalaya #79662D

Color information

#79662D (or 0x79662D) is unknown color: approx Himalaya. HEX triplet: 79, 66 and 2D. RGB value is (121,102,45). Sum of RGB (Red+Green+Blue) = 121+102+45=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79662D is #8699D2. Grayscale: #656565. Windows color (decimal): -8821203 or 2975353. OLE color: 2975353.

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

Color convert

RGB12110245-
CMYK00.160.630.53
HSL45º45.78%32.55%-
HSV(B)45º62.81%47.45%-
XYZ13.1113.764.45-
YUV101.1896.29142.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=45.15%
G=38.06%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211024500.160.630.534545.7832.55
Hex79662D0103F352d2e21
Octal171146550207765555641
Binary11110011100110101101010000111111110101101101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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