#706837

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

Shades of Himalaya #706837

Tints of Himalaya #706837

Color information

#706837 (or 0x706837) is unknown color: approx Himalaya. HEX triplet: 70, 68 and 37. RGB value is (112,104,55). Sum of RGB (Red+Green+Blue) = 112+104+55=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706837 is #8F97C8. Grayscale: #656565. Windows color (decimal): -9410505 or 3631216. OLE color: 3631216.

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

Color convert

RGB11210455-
CMYK00.070.510.56
HSL51.58º34.13%32.75%-
HSV(B)51.58º50.89%43.92%-
XYZ12.3213.625.59-
YUV100.81102.15135.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=41.33%
G=38.38%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121045500.070.510.5651.5834.1332.75
Hex706837073338342221
Octal16015067076370644241
Binary111000011010001101110111110011111000110100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706837; }

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

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

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

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

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

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

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

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