#70662F

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

Shades of Himalaya #70662F

Tints of Himalaya #70662F

Color information

#70662F (or 0x70662F) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 2F. RGB value is (112,102,47). Sum of RGB (Red+Green+Blue) = 112+102+47=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70662F is #8F99D0. Grayscale: #626262. Windows color (decimal): -9411025 or 3106416. OLE color: 3106416.

HSL color Cylindrical-coordinate representation of color #70662F: hue angle of 50.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70662F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11210247-
CMYK00.090.580.56
HSL50.77º40.88%31.18%-
HSV(B)50.77º58.04%43.92%-
XYZ11.9513.154.6-
YUV98.7298.81137.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=42.91%
G=39.08%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121024700.090.580.5650.7740.8831.18
Hex70662F093A3833291f
Octal160146570117270635137
Binary111000011001101011110100111101011100011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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