#79682D

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

Shades of Himalaya #79682D

Tints of Himalaya #79682D

Color information

#79682D (or 0x79682D) is unknown color: approx Himalaya. HEX triplet: 79, 68 and 2D. RGB value is (121,104,45). Sum of RGB (Red+Green+Blue) = 121+104+45=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79682D is #8697D2. Grayscale: #666666. Windows color (decimal): -8820691 or 2975865. OLE color: 2975865.

HSL color Cylindrical-coordinate representation of color #79682D: hue angle of 46.58º 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 #79682D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12110445-
CMYK00.140.630.53
HSL46.58º45.78%32.55%-
HSV(B)46.58º62.81%47.45%-
XYZ13.3114.164.51-
YUV102.3695.63141.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=44.81%
G=38.52%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211044500.140.630.5346.5845.7832.55
Hex79682D0E3F352f2e21
Octal171150550167765575641
Binary1111001110100010110101110111111110101101111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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