#70611C

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

Shades of Himalaya #70611C

Tints of Himalaya #70611C

Color information

#70611C (or 0x70611C) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 1C. RGB value is (112,97,28). Sum of RGB (Red+Green+Blue) = 112+97+28=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70611C is #8F9EE3. Grayscale: #5D5D5D. Windows color (decimal): -9412324 or 1859952. OLE color: 1859952.

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

Color convert

RGB1129728-
CMYK00.130.750.56
HSL49.29º60%27.45%-
HSV(B)49.29º75%43.92%-
XYZ11.1712.082.84-
YUV93.6290.97141.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=47.26%
G=40.93%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112972800.130.750.5649.296027.45
Hex70611C0D4B38313c1b
Octal1601413401511370617433
Binary111000011000011110001101100101111100011000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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