#70621D

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

Shades of Himalaya #70621D

Tints of Himalaya #70621D

Color information

#70621D (or 0x70621D) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 1D. RGB value is (112,98,29). Sum of RGB (Red+Green+Blue) = 112+98+29=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70621D is #8F9DE2. Grayscale: #5E5E5E. Windows color (decimal): -9412067 or 1925744. OLE color: 1925744.

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

Color convert

RGB1129829-
CMYK00.130.740.56
HSL49.88º58.87%27.65%-
HSV(B)49.88º74.11%43.92%-
XYZ11.2712.272.94-
YUV94.3291.14140.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 29 (11.72% from 255) = 12.13%
R=46.86%
G=41.00%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112982900.130.740.5649.8858.8727.65
Hex70621D0D4A38323b1c
Octal1601423501511270627334
Binary111000011000101110101101100101011100011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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