#706321

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

Shades of Himalaya #706321

Tints of Himalaya #706321

Color information

#706321 (or 0x706321) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 21. RGB value is (112,99,33). Sum of RGB (Red+Green+Blue) = 112+99+33=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706321 is #8F9CDE. Grayscale: #5F5F5F. Windows color (decimal): -9411807 or 2188144. OLE color: 2188144.

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

Color convert

RGB1129933-
CMYK00.120.710.56
HSL50.13º54.48%28.43%-
HSV(B)50.13º70.54%43.92%-
XYZ11.4212.483.25-
YUV95.3692.81139.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=45.90%
G=40.57%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112993300.120.710.5650.1354.4828.43
Hex7063210C473832361c
Octal1601434101410770626634
Binary1110000110001110000101100100011111100011001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706321; }

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

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

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

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

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

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

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

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