#70662B

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

Shades of Himalaya #70662B

Tints of Himalaya #70662B

Color information

#70662B (or 0x70662B) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 2B. RGB value is (112,102,43). Sum of RGB (Red+Green+Blue) = 112+102+43=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70662B is #8F99D4. Grayscale: #626262. Windows color (decimal): -9411029 or 2844272. OLE color: 2844272.

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

Color convert

RGB11210243-
CMYK00.090.620.56
HSL51.3º44.52%30.39%-
HSV(B)51.3º61.61%43.92%-
XYZ11.8713.124.19-
YUV98.2696.81137.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=43.58%
G=39.69%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121024300.090.620.5651.344.5230.39
Hex70662B093E38332d1e
Octal160146530117670635536
Binary111000011001101010110100111111011100011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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