#706537

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

Shades of Himalaya #706537

Tints of Himalaya #706537

Color information

#706537 (or 0x706537) is unknown color: approx Himalaya. HEX triplet: 70, 65 and 37. RGB value is (112,101,55). Sum of RGB (Red+Green+Blue) = 112+101+55=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706537 is #8F9AC8. Grayscale: #636363. Windows color (decimal): -9411273 or 3630448. OLE color: 3630448.

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

Color convert

RGB11210155-
CMYK00.100.510.56
HSL48.42º34.13%32.75%-
HSV(B)48.42º50.89%43.92%-
XYZ12.0313.035.5-
YUV99.04103.14137.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=41.79%
G=37.69%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121015500.100.510.5648.4234.1332.75
Hex7065370A3338302221
Octal160145670126370604241
Binary1110000110010111011101010110011111000110000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706537; }

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

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

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

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

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

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

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

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