#706220

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

Shades of Himalaya #706220

Tints of Himalaya #706220

Color information

#706220 (or 0x706220) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 20. RGB value is (112,98,32). Sum of RGB (Red+Green+Blue) = 112+98+32=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706220 is #8F9DDF. Grayscale: #5E5E5E. Windows color (decimal): -9412064 or 2122352. OLE color: 2122352.

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

Color convert

RGB1129832-
CMYK00.130.710.56
HSL49.5º55.56%28.24%-
HSV(B)49.5º71.43%43.92%-
XYZ11.3112.283.14-
YUV94.6692.64140.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=46.28%
G=40.50%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112983200.130.710.5649.555.5628.24
Hex7062200D473832381c
Octal1601424001510770627034
Binary1110000110001010000001101100011111100011001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706220; }

 p { color: rgb(112,98,32); }

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

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

 a { background-color: rgb(112,98,32); }

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

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

 span { border-color: rgb(112,98,32); }

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