#706324

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

Shades of Himalaya #706324

Tints of Himalaya #706324

Color information

#706324 (or 0x706324) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 24. RGB value is (112,99,36). Sum of RGB (Red+Green+Blue) = 112+99+36=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706324 is #8F9CDB. Grayscale: #5F5F5F. Windows color (decimal): -9411804 or 2384752. OLE color: 2384752.

HSL color Cylindrical-coordinate representation of color #706324: hue angle of 49.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #706324 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1129936-
CMYK00.120.680.56
HSL49.74º51.35%29.02%-
HSV(B)49.74º67.86%43.92%-
XYZ11.4612.53.48-
YUV95.794.31139.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=45.34%
G=40.08%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112993600.120.680.5649.7451.3529.02
Hex7063240C443832331d
Octal1601434401410470626335
Binary1110000110001110010001100100010011100011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706324; }

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

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

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

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

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

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

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

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