#70622E

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

Shades of Himalaya #70622E

Tints of Himalaya #70622E

Color information

#70622E (or 0x70622E) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 2E. RGB value is (112,98,46). Sum of RGB (Red+Green+Blue) = 112+98+46=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70622E is #8F9DD1. Grayscale: #606060. Windows color (decimal): -9412050 or 3039856. OLE color: 3039856.

HSL color Cylindrical-coordinate representation of color #70622E: hue angle of 47.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70622E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1129846-
CMYK00.130.590.56
HSL47.27º41.77%30.98%-
HSV(B)47.27º58.93%43.92%-
XYZ11.5412.384.37-
YUV96.2699.64139.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=43.75%
G=38.28%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112984600.130.590.5647.2741.7730.98
Hex70622E0D3B382f2a1f
Octal160142560157370575237
Binary111000011000101011100110111101111100010111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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