#706137

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

Shades of Himalaya #706137

Tints of Himalaya #706137

Color information

#706137 (or 0x706137) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 37. RGB value is (112,97,55). Sum of RGB (Red+Green+Blue) = 112+97+55=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706137 is #8F9EC8. Grayscale: #606060. Windows color (decimal): -9412297 or 3629424. OLE color: 3629424.

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

Color convert

RGB1129755-
CMYK00.130.510.56
HSL44.21º34.13%32.75%-
HSV(B)44.21º50.89%43.92%-
XYZ11.6512.275.37-
YUV96.7104.47138.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=42.42%
G=36.74%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112975500.130.510.5644.2134.1332.75
Hex7061370D33382c2221
Octal160141670156370544241
Binary1110000110000111011101101110011111000101100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706137; }

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

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

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

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

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

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

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

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