#70612E

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

Shades of Himalaya #70612E

Tints of Himalaya #70612E

Color information

#70612E (or 0x70612E) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 2E. RGB value is (112,97,46). Sum of RGB (Red+Green+Blue) = 112+97+46=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70612E is #8F9ED1. Grayscale: #5F5F5F. Windows color (decimal): -9412306 or 3039600. OLE color: 3039600.

HSL color Cylindrical-coordinate representation of color #70612E: hue angle of 46.36º 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 #70612E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1129746-
CMYK00.130.590.56
HSL46.36º41.77%30.98%-
HSV(B)46.36º58.93%43.92%-
XYZ11.4512.194.33-
YUV95.6799.97139.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=43.92%
G=38.04%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112974600.130.590.5646.3641.7730.98
Hex70612E0D3B382e2a1f
Octal160141560157370565237
Binary111000011000011011100110111101111100010111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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