#706128

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

Shades of Himalaya #706128

Tints of Himalaya #706128

Color information

#706128 (or 0x706128) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 28. RGB value is (112,97,40). Sum of RGB (Red+Green+Blue) = 112+97+40=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706128 is #8F9ED7. Grayscale: #5F5F5F. Windows color (decimal): -9412312 or 2646384. OLE color: 2646384.

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

Color convert

RGB1129740-
CMYK00.130.640.56
HSL47.5º47.37%29.8%-
HSV(B)47.5º64.29%43.92%-
XYZ11.3412.153.75-
YUV94.9996.97140.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=44.98%
G=38.96%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112974000.130.640.5647.547.3729.8
Hex7061280D4038302f1e
Octal1601415001510070605736
Binary1110000110000110100001101100000011100011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706128; }

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

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

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

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

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

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

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

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