#706132

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

Shades of Himalaya #706132

Tints of Himalaya #706132

Color information

#706132 (or 0x706132) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 32. RGB value is (112,97,50). Sum of RGB (Red+Green+Blue) = 112+97+50=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #706132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706132 is #8F9ECD. Grayscale: #606060. Windows color (decimal): -9412302 or 3301744. OLE color: 3301744.

HSL color Cylindrical-coordinate representation of color #706132: hue angle of 45.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706132 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1129750-
CMYK00.130.550.56
HSL45.48º38.27%31.76%-
HSV(B)45.48º55.36%43.92%-
XYZ11.5312.224.77-
YUV96.13101.97139.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=43.24%
G=37.45%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112975000.130.550.5645.4838.2731.76
Hex7061320D37382d2620
Octal160141620156770554640
Binary1110000110000111001001101110111111000101101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706132; }

 p { color: rgb(112,97,50); }

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

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

 a { background-color: rgb(112,97,50); }

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

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

 span { border-color: rgb(112,97,50); }

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