#70662D

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

Shades of Himalaya #70662D

Tints of Himalaya #70662D

Color information

#70662D (or 0x70662D) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 2D. RGB value is (112,102,45). Sum of RGB (Red+Green+Blue) = 112+102+45=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70662D is #8F99D2. Grayscale: #626262. Windows color (decimal): -9411027 or 2975344. OLE color: 2975344.

HSL color Cylindrical-coordinate representation of color #70662D: hue angle of 51.04º 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 #70662D is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11210245-
CMYK00.090.600.56
HSL51.04º42.68%30.78%-
HSV(B)51.04º59.82%43.92%-
XYZ11.9113.144.39-
YUV98.4997.81137.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=43.24%
G=39.38%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121024500.090.600.5651.0442.6830.78
Hex70662D093C38332b1f
Octal160146550117470635337
Binary111000011001101011010100111110011100011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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