#896E51

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

Shades of Cement #896E51

Tints of Cement #896E51

Color information

#896E51 (or 0x896E51) is unknown color: approx Cement. HEX triplet: 89, 6E and 51. RGB value is (137,110,81). Sum of RGB (Red+Green+Blue) = 137+110+81=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #896E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E51 is #7691AE. Grayscale: #727272. Windows color (decimal): -7770543 or 5336713. OLE color: 5336713.

HSL color Cylindrical-coordinate representation of color #896E51: hue angle of 31.07º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #896E51 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB13711081-
CMYK00.200.410.46
HSL31.07º25.69%42.75%-
HSV(B)31.07º40.88%53.73%-
XYZ17.3817.0610.16-
YUV114.77108.95143.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=41.77%
G=33.54%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371108100.200.410.4631.0725.6942.75
Hex896E51014292E1f1a2b
Octal2111561210245156373253
Binary10001001110111010100010101001010011011101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E51; }

 p { color: rgb(137,110,81); }

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

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

 a { background-color: rgb(137,110,81); }

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

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

 span { border-color: rgb(137,110,81); }

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