#706231

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

Shades of Himalaya #706231

Tints of Himalaya #706231

Color information

#706231 (or 0x706231) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 31. RGB value is (112,98,49). Sum of RGB (Red+Green+Blue) = 112+98+49=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #706231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706231 is #8F9DCE. Grayscale: #606060. Windows color (decimal): -9412047 or 3236464. OLE color: 3236464.

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

Color convert

RGB1129849-
CMYK00.130.560.56
HSL46.67º39.13%31.57%-
HSV(B)46.67º56.25%43.92%-
XYZ11.612.44.69-
YUV96.6101.14138.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=43.24%
G=37.84%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112984900.130.560.5646.6739.1331.57
Hex7062310D38382f2720
Octal160142610157070574740
Binary1110000110001011000101101111000111000101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706231; }

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

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

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

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

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

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

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

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