#706839

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

Shades of Himalaya #706839

Tints of Himalaya #706839

Color information

#706839 (or 0x706839) is unknown color: approx Himalaya. HEX triplet: 70, 68 and 39. RGB value is (112,104,57). Sum of RGB (Red+Green+Blue) = 112+104+57=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706839 is #8F97C6. Grayscale: #656565. Windows color (decimal): -9410503 or 3762288. OLE color: 3762288.

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

Color convert

RGB11210457-
CMYK00.070.490.56
HSL51.27º32.54%33.14%-
HSV(B)51.27º49.11%43.92%-
XYZ12.3713.645.85-
YUV101.03103.15135.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=41.03%
G=38.10%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121045700.070.490.5651.2732.5433.14
Hex706839073138332121
Octal16015071076170634141
Binary111000011010001110010111110001111000110011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706839; }

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

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

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

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

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

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

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

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