#706437

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

Shades of Himalaya #706437

Tints of Himalaya #706437

Color information

#706437 (or 0x706437) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 37. RGB value is (112,100,55). Sum of RGB (Red+Green+Blue) = 112+100+55=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706437 is #8F9BC8. Grayscale: #626262. Windows color (decimal): -9411529 or 3630192. OLE color: 3630192.

HSL color Cylindrical-coordinate representation of color #706437: hue angle of 47.37º 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 #706437 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11210055-
CMYK00.110.510.56
HSL47.37º34.13%32.75%-
HSV(B)47.37º50.89%43.92%-
XYZ11.9312.835.46-
YUV98.46103.48137.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=41.95%
G=37.45%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121005500.110.510.5647.3734.1332.75
Hex7064370B33382f2221
Octal160144670136370574241
Binary1110000110010011011101011110011111000101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706437; }

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

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

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

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

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

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

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

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