#79692C

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

Shades of Himalaya #79692C

Tints of Himalaya #79692C

Color information

#79692C (or 0x79692C) is unknown color: approx Himalaya. HEX triplet: 79, 69 and 2C. RGB value is (121,105,44). Sum of RGB (Red+Green+Blue) = 121+105+44=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79692C is #8696D3. Grayscale: #676767. Windows color (decimal): -8820436 or 2910585. OLE color: 2910585.

HSL color Cylindrical-coordinate representation of color #79692C: hue angle of 47.53º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79692C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12110544-
CMYK00.130.640.53
HSL47.53º46.67%32.35%-
HSV(B)47.53º63.64%47.45%-
XYZ13.3914.354.45-
YUV102.8394.8140.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=44.81%
G=38.89%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211054400.130.640.5347.5346.6732.35
Hex79692C0D4035302f20
Octal1711515401510065605740
Binary11110011101001101100011011000000110101110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79692C; }

 p { color: rgb(121,105,44); }

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

<style>
 a { background-color: #79692C; }

 a { background-color: rgb(121,105,44); }

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

<style>
 span { border-color: #79692C; }

 span { border-color: rgb(121,105,44); }

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