#706633

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

Shades of Himalaya #706633

Tints of Himalaya #706633

Color information

#706633 (or 0x706633) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 33. RGB value is (112,102,51). Sum of RGB (Red+Green+Blue) = 112+102+51=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706633 is #8F99CC. Grayscale: #636363. Windows color (decimal): -9411021 or 3368560. OLE color: 3368560.

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

Color convert

RGB11210251-
CMYK00.090.540.56
HSL50.16º37.42%31.96%-
HSV(B)50.16º54.46%43.92%-
XYZ12.0313.195.04-
YUV99.18100.81137.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=42.26%
G=38.49%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121025100.090.540.5650.1637.4231.96
Hex706633093638322520
Octal160146630116670624540
Binary1110000110011011001101001110110111000110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706633; }

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

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

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

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

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

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

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

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