#70612D

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

Shades of Himalaya #70612D

Tints of Himalaya #70612D

Color information

#70612D (or 0x70612D) is unknown color: approx Himalaya. HEX triplet: 70, 61 and 2D. RGB value is (112,97,45). Sum of RGB (Red+Green+Blue) = 112+97+45=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70612D is #8F9ED2. Grayscale: #5F5F5F. Windows color (decimal): -9412307 or 2974064. OLE color: 2974064.

HSL color Cylindrical-coordinate representation of color #70612D: hue angle of 46.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70612D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1129745-
CMYK00.130.600.56
HSL46.57º42.68%30.78%-
HSV(B)46.57º59.82%43.92%-
XYZ11.4312.184.23-
YUV95.5699.47139.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=44.09%
G=38.19%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112974500.130.600.5646.5742.6830.78
Hex70612D0D3C382f2b1f
Octal160141550157470575337
Binary111000011000011011010110111110011100010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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