#70642C

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

Shades of Himalaya #70642C

Tints of Himalaya #70642C

Color information

#70642C (or 0x70642C) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 2C. RGB value is (112,100,44). Sum of RGB (Red+Green+Blue) = 112+100+44=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70642C is #8F9BD3. Grayscale: #616161. Windows color (decimal): -9411540 or 2909296. OLE color: 2909296.

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

Color convert

RGB11210044-
CMYK00.110.610.56
HSL49.41º43.59%30.59%-
HSV(B)49.41º60.71%43.92%-
XYZ11.6912.744.23-
YUV97.297.98138.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 44 (17.58% from 255) = 17.19%
R=43.75%
G=39.06%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121004400.110.610.5649.4143.5930.59
Hex70642C0B3D38312c1f
Octal160144540137570615437
Binary111000011001001011000101111110111100011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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