#70612C

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

Shades of Himalaya #70612C

Tints of Himalaya #70612C

Color information

#70612C (or 0x70612C) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 2C. RGB value is (112,97,44). Sum of RGB (Red+Green+Blue) = 112+97+44=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70612C is #8F9ED3. Grayscale: #5F5F5F. Windows color (decimal): -9412308 or 2908528. OLE color: 2908528.

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

Color convert

RGB1129744-
CMYK00.130.610.56
HSL46.76º43.59%30.59%-
HSV(B)46.76º60.71%43.92%-
XYZ11.4112.184.13-
YUV95.4498.97139.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=44.27%
G=38.34%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112974400.130.610.5646.7643.5930.59
Hex70612C0D3D382f2c1f
Octal160141540157570575437
Binary111000011000011011000110111110111100010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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