#706126

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

Shades of Himalaya #706126

Tints of Himalaya #706126

Color information

#706126 (or 0x706126) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 26. RGB value is (112,97,38). Sum of RGB (Red+Green+Blue) = 112+97+38=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706126 is #8F9ED9. Grayscale: #5F5F5F. Windows color (decimal): -9412314 or 2515312. OLE color: 2515312.

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

Color convert

RGB1129738-
CMYK00.130.660.56
HSL47.84º49.33%29.41%-
HSV(B)47.84º66.07%43.92%-
XYZ11.3112.133.58-
YUV94.7695.97140.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=45.34%
G=39.27%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112973800.130.660.5647.8449.3329.41
Hex7061260D423830311d
Octal1601414601510270606135
Binary1110000110000110011001101100001011100011000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706126; }

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

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

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

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

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

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

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

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