#70642E

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

Shades of Himalaya #70642E

Tints of Himalaya #70642E

Color information

#70642E (or 0x70642E) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 2E. RGB value is (112,100,46). Sum of RGB (Red+Green+Blue) = 112+100+46=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70642E is #8F9BD1. Grayscale: #616161. Windows color (decimal): -9411538 or 3040368. OLE color: 3040368.

HSL color Cylindrical-coordinate representation of color #70642E: hue angle of 49.09º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70642E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB11210046-
CMYK00.110.590.56
HSL49.09º41.77%30.98%-
HSV(B)49.09º58.93%43.92%-
XYZ11.7312.764.43-
YUV97.4398.98138.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=43.41%
G=38.76%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121004600.110.590.5649.0941.7730.98
Hex70642E0B3B38312a1f
Octal160144560137370615237
Binary111000011001001011100101111101111100011000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70642E; }

 p { color: rgb(112,100,46); }

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

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

 a { background-color: rgb(112,100,46); }

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

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

 span { border-color: rgb(112,100,46); }

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