#706229

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

Shades of Himalaya #706229

Tints of Himalaya #706229

Color information

#706229 (or 0x706229) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 29. RGB value is (112,98,41). Sum of RGB (Red+Green+Blue) = 112+98+41=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706229 is #8F9DD6. Grayscale: #5F5F5F. Windows color (decimal): -9412055 or 2712176. OLE color: 2712176.

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

Color convert

RGB1129841-
CMYK00.130.630.56
HSL48.17º46.41%30%-
HSV(B)48.17º63.39%43.92%-
XYZ11.4512.343.88-
YUV95.6997.14139.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=44.62%
G=39.04%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112984100.130.630.5648.1746.4130
Hex7062290D3F38302e1e
Octal160142510157770605636
Binary111000011000101010010110111111111100011000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706229; }

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

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

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

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

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

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

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

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