#706631

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

Shades of Himalaya #706631

Tints of Himalaya #706631

Color information

#706631 (or 0x706631) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 31. RGB value is (112,102,49). Sum of RGB (Red+Green+Blue) = 112+102+49=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706631 is #8F99CE. Grayscale: #636363. Windows color (decimal): -9411023 or 3237488. OLE color: 3237488.

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

Color convert

RGB11210249-
CMYK00.090.560.56
HSL50.48º39.13%31.57%-
HSV(B)50.48º56.25%43.92%-
XYZ11.9913.174.82-
YUV98.9599.81137.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 102 (40.23% from 255) = 38.78%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=42.59%
G=38.78%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121024900.090.560.5650.4839.1331.57
Hex706631093838322720
Octal160146610117070624740
Binary1110000110011011000101001111000111000110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706631; }

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

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

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

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

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

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

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

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