#706323

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

Shades of Himalaya #706323

Tints of Himalaya #706323

Color information

#706323 (or 0x706323) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 23. RGB value is (112,99,35). Sum of RGB (Red+Green+Blue) = 112+99+35=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706323 is #8F9CDC. Grayscale: #5F5F5F. Windows color (decimal): -9411805 or 2319216. OLE color: 2319216.

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

Color convert

RGB1129935-
CMYK00.120.690.56
HSL49.87º52.38%28.82%-
HSV(B)49.87º68.75%43.92%-
XYZ11.4512.493.4-
YUV95.5993.81139.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 35 (14.06% from 255) = 14.23%
R=45.53%
G=40.24%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112993500.120.690.5649.8752.3828.82
Hex7063230C453832341d
Octal1601434301410570626435
Binary1110000110001110001101100100010111100011001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706323; }

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

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

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

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

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

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

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

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