#706536

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

Shades of Himalaya #706536

Tints of Himalaya #706536

Color information

#706536 (or 0x706536) is unknown color: approx Himalaya. HEX triplet: 70, 65 and 36. RGB value is (112,101,54). Sum of RGB (Red+Green+Blue) = 112+101+54=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706536 is #8F9AC9. Grayscale: #636363. Windows color (decimal): -9411274 or 3564912. OLE color: 3564912.

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

Color convert

RGB11210154-
CMYK00.100.520.56
HSL48.62º34.94%32.55%-
HSV(B)48.62º51.79%43.92%-
XYZ1213.025.37-
YUV98.93102.64137.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=41.95%
G=37.83%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121015400.100.520.5648.6234.9432.55
Hex7065360A3438312321
Octal160145660126470614341
Binary1110000110010111011001010110100111000110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706536; }

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

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

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

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

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

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

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

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