#706333

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

Shades of Himalaya #706333

Tints of Himalaya #706333

Color information

#706333 (or 0x706333) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 33. RGB value is (112,99,51). Sum of RGB (Red+Green+Blue) = 112+99+51=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #706333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706333 is #8F9CCC. Grayscale: #616161. Windows color (decimal): -9411789 or 3367792. OLE color: 3367792.

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

Color convert

RGB1129951-
CMYK00.120.540.56
HSL47.21º37.42%31.96%-
HSV(B)47.21º54.46%43.92%-
XYZ11.7412.614.95-
YUV97.42101.81138.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=42.75%
G=37.79%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112995100.120.540.5647.2137.4231.96
Hex7063330C36382f2520
Octal160143630146670574540
Binary1110000110001111001101100110110111000101111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706333; }

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

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

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

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

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

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

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

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