#70611E

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

Shades of Himalaya #70611E

Tints of Himalaya #70611E

Color information

#70611E (or 0x70611E) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 1E. RGB value is (112,97,30). Sum of RGB (Red+Green+Blue) = 112+97+30=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70611E is #8F9EE1. Grayscale: #5E5E5E. Windows color (decimal): -9412322 or 1991024. OLE color: 1991024.

HSL color Cylindrical-coordinate representation of color #70611E: hue angle of 49.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70611E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1129730-
CMYK00.130.730.56
HSL49.02º57.75%27.84%-
HSV(B)49.02º73.21%43.92%-
XYZ11.1912.092.97-
YUV93.8591.97140.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=46.86%
G=40.59%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112973000.130.730.5649.0257.7527.84
Hex70611E0D4938313a1c
Octal1601413601511170617234
Binary111000011000011111001101100100111100011000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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