#706431

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

Shades of Himalaya #706431

Tints of Himalaya #706431

Color information

#706431 (or 0x706431) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 31. RGB value is (112,100,49). Sum of RGB (Red+Green+Blue) = 112+100+49=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706431 is #8F9BCE. Grayscale: #616161. Windows color (decimal): -9411535 or 3236976. OLE color: 3236976.

HSL color Cylindrical-coordinate representation of color #706431: hue angle of 48.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706431 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB11210049-
CMYK00.110.560.56
HSL48.57º39.13%31.57%-
HSV(B)48.57º56.25%43.92%-
XYZ11.7912.784.75-
YUV97.77100.48138.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=42.91%
G=38.31%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121004900.110.560.5648.5739.1331.57
Hex7064310B3838312720
Octal160144610137070614740
Binary1110000110010011000101011111000111000110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706431; }

 p { color: rgb(112,100,49); }

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

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

 a { background-color: rgb(112,100,49); }

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

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

 span { border-color: rgb(112,100,49); }

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