#706737

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

Shades of Himalaya #706737

Tints of Himalaya #706737

Color information

#706737 (or 0x706737) is unknown color: approx Himalaya. HEX triplet: 70, 67 and 37. RGB value is (112,103,55). Sum of RGB (Red+Green+Blue) = 112+103+55=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706737 is #8F98C8. Grayscale: #646464. Windows color (decimal): -9410761 or 3630960. OLE color: 3630960.

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

Color convert

RGB11210355-
CMYK00.080.510.56
HSL50.53º34.13%32.75%-
HSV(B)50.53º50.89%43.92%-
XYZ12.2213.425.56-
YUV100.22102.48136.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=41.48%
G=38.15%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121035500.080.510.5650.5334.1332.75
Hex706737083338332221
Octal160147670106370634241
Binary1110000110011111011101000110011111000110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706737; }

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

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

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

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

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

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

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

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