#706835

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

Shades of Himalaya #706835

Tints of Himalaya #706835

Color information

#706835 (or 0x706835) is unknown color: approx Himalaya. HEX triplet: 70, 68 and 35. RGB value is (112,104,53). Sum of RGB (Red+Green+Blue) = 112+104+53=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706835 is #8F97CA. Grayscale: #646464. Windows color (decimal): -9410507 or 3500144. OLE color: 3500144.

HSL color Cylindrical-coordinate representation of color #706835: hue angle of 51.86º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706835 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB11210453-
CMYK00.070.530.56
HSL51.86º35.76%32.35%-
HSV(B)51.86º52.68%43.92%-
XYZ12.2813.65.35-
YUV100.58101.15136.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=41.64%
G=38.66%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121045300.070.530.5651.8635.7632.35
Hex706835073538342420
Octal16015065076570644440
Binary111000011010001101010111110101111000110100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706835; }

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

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

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

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

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

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

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

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