#70601E

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

Shades of Himalaya #70601E

Tints of Himalaya #70601E

Color information

#70601E (or 0x70601E) is unknown color: approx Himalaya. HEX triplet: 70, 60 and 1E. RGB value is (112,96,30). Sum of RGB (Red+Green+Blue) = 112+96+30=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70601E is #8F9FE1. Grayscale: #5D5D5D. Windows color (decimal): -9412578 or 1990768. OLE color: 1990768.

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

Color convert

RGB1129630-
CMYK00.140.730.56
HSL48.29º57.75%27.84%-
HSV(B)48.29º73.21%43.92%-
XYZ11.111.92.94-
YUV93.2692.3141.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=47.06%
G=40.34%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112963000.140.730.5648.2957.7527.84
Hex70601E0E4938303a1c
Octal1601403601611170607234
Binary111000011000001111001110100100111100011000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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