#706031

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

Shades of Himalaya #706031

Tints of Himalaya #706031

Color information

#706031 (or 0x706031) is unknown color: approx Himalaya. HEX triplet: 70, 60 and 31. RGB value is (112,96,49). Sum of RGB (Red+Green+Blue) = 112+96+49=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706031 is #8F9FCE. Grayscale: #5F5F5F. Windows color (decimal): -9412559 or 3235952. OLE color: 3235952.

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

Color convert

RGB1129649-
CMYK00.140.560.56
HSL44.76º39.13%31.57%-
HSV(B)44.76º56.25%43.92%-
XYZ11.4212.034.63-
YUV95.43101.8139.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=43.58%
G=37.35%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112964900.140.560.5644.7639.1331.57
Hex7060310E38382d2720
Octal160140610167070554740
Binary1110000110000011000101110111000111000101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706031; }

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

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

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

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

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

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

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

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