#706639

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

Shades of Himalaya #706639

Tints of Himalaya #706639

Color information

#706639 (or 0x706639) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 39. RGB value is (112,102,57). Sum of RGB (Red+Green+Blue) = 112+102+57=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706639 is #8F99C6. Grayscale: #646464. Windows color (decimal): -9411015 or 3761776. OLE color: 3761776.

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

Color convert

RGB11210257-
CMYK00.090.490.56
HSL49.09º32.54%33.14%-
HSV(B)49.09º49.11%43.92%-
XYZ12.1713.245.79-
YUV99.86103.81136.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=41.33%
G=37.64%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121025700.090.490.5649.0932.5433.14
Hex706639093138312121
Octal160146710116170614141
Binary1110000110011011100101001110001111000110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706639; }

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

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

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

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

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

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

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

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