#706122

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

Shades of Himalaya #706122

Tints of Himalaya #706122

Color information

#706122 (or 0x706122) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 22. RGB value is (112,97,34). Sum of RGB (Red+Green+Blue) = 112+97+34=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #706122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706122 is #8F9EDD. Grayscale: #5E5E5E. Windows color (decimal): -9412318 or 2253168. OLE color: 2253168.

HSL color Cylindrical-coordinate representation of color #706122: hue angle of 48.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #706122 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1129734-
CMYK00.130.700.56
HSL48.46º53.42%28.63%-
HSV(B)48.46º69.64%43.92%-
XYZ11.2512.113.26-
YUV94.393.97140.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=46.09%
G=39.92%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112973400.130.700.5648.4653.4228.63
Hex7061220D463830351d
Octal1601414201510670606535
Binary1110000110000110001001101100011011100011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706122; }

 p { color: rgb(112,97,34); }

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

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

 a { background-color: rgb(112,97,34); }

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

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

 span { border-color: rgb(112,97,34); }

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