#706036

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

Shades of Himalaya #706036

Tints of Himalaya #706036

Color information

#706036 (or 0x706036) is unknown color: approx Himalaya. HEX triplet: 70, 60 and 36. RGB value is (112,96,54). Sum of RGB (Red+Green+Blue) = 112+96+54=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #706036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706036 is #8F9FC9. Grayscale: #606060. Windows color (decimal): -9412554 or 3563632. OLE color: 3563632.

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

Color convert

RGB1129654-
CMYK00.140.520.56
HSL43.45º34.94%32.55%-
HSV(B)43.45º51.79%43.92%-
XYZ11.5312.085.21-
YUV96104.3139.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=42.75%
G=36.64%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112965400.140.520.5643.4534.9432.55
Hex7060360E34382b2321
Octal160140660166470534341
Binary1110000110000011011001110110100111000101011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706036; }

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

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

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

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

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

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

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

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