#70622B

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

Shades of Himalaya #70622B

Tints of Himalaya #70622B

Color information

#70622B (or 0x70622B) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 2B. RGB value is (112,98,43). Sum of RGB (Red+Green+Blue) = 112+98+43=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70622B is #8F9DD4. Grayscale: #606060. Windows color (decimal): -9412053 or 2843248. OLE color: 2843248.

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

Color convert

RGB1129843-
CMYK00.130.620.56
HSL47.83º44.52%30.39%-
HSV(B)47.83º61.61%43.92%-
XYZ11.4912.354.06-
YUV95.9298.14139.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=44.27%
G=38.74%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112984300.130.620.5647.8344.5230.39
Hex70622B0D3E38302d1e
Octal160142530157670605536
Binary111000011000101010110110111111011100011000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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