#706225

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

Shades of Himalaya #706225

Tints of Himalaya #706225

Color information

#706225 (or 0x706225) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 25. RGB value is (112,98,37). Sum of RGB (Red+Green+Blue) = 112+98+37=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706225 is #8F9DDA. Grayscale: #5F5F5F. Windows color (decimal): -9412059 or 2450032. OLE color: 2450032.

HSL color Cylindrical-coordinate representation of color #706225: hue angle of 48.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #706225 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1129837-
CMYK00.130.670.56
HSL48.8º50.34%29.22%-
HSV(B)48.8º66.96%43.92%-
XYZ11.3812.313.53-
YUV95.2395.14139.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=45.34%
G=39.68%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112983700.130.670.5648.850.3429.22
Hex7062250D433831321d
Octal1601424501510370616235
Binary1110000110001010010101101100001111100011000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706225; }

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

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

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

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

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

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

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

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