#706635

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

Shades of Himalaya #706635

Tints of Himalaya #706635

Color information

#706635 (or 0x706635) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 35. RGB value is (112,102,53). Sum of RGB (Red+Green+Blue) = 112+102+53=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706635 is #8F99CA. Grayscale: #636363. Windows color (decimal): -9411019 or 3499632. OLE color: 3499632.

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

Color convert

RGB11210253-
CMYK00.090.530.56
HSL49.83º35.76%32.35%-
HSV(B)49.83º52.68%43.92%-
XYZ12.0813.25.28-
YUV99.4101.81136.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=41.95%
G=38.20%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121025300.090.530.5649.8335.7632.35
Hex706635093538322420
Octal160146650116570624440
Binary1110000110011011010101001110101111000110010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706635; }

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

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

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

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

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

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

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

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