#706629

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

Shades of Himalaya #706629

Tints of Himalaya #706629

Color information

#706629 (or 0x706629) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 29. RGB value is (112,102,41). Sum of RGB (Red+Green+Blue) = 112+102+41=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #706629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706629 is #8F99D6. Grayscale: #626262. Windows color (decimal): -9411031 or 2713200. OLE color: 2713200.

HSL color Cylindrical-coordinate representation of color #706629: hue angle of 51.55º 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 #706629 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB11210241-
CMYK00.090.630.56
HSL51.55º46.41%30%-
HSV(B)51.55º63.39%43.92%-
XYZ11.8313.114-
YUV98.0495.81137.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=43.92%
G=40%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121024100.090.630.5651.5546.4130
Hex706629093F38342e1e
Octal160146510117770645636
Binary111000011001101010010100111111111100011010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706629; }

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

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

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

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

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

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

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

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