#896B6F

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

Shades of Empress #896B6F

Tints of Empress #896B6F

Color information

#896B6F (or 0x896B6F) is unknown color: approx Empress. HEX triplet: 89, 6B and 6F. RGB value is (137,107,111). Sum of RGB (Red+Green+Blue) = 137+107+111=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B6F is #769490. Grayscale: #747474. Windows color (decimal): -7771281 or 7302025. OLE color: 7302025.

HSL color Cylindrical-coordinate representation of color #896B6F: hue angle of 352º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896B6F is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137107111-
CMYK00.220.190.46
HSL352º12.3%47.84%-
HSV(B)352º21.9%53.73%-
XYZ18.4416.9817.34-
YUV116.43124.94142.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=38.59%
G=30.14%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710711100.220.190.4635212.347.84
Hex896B6F016132E160c30
Octal21115315702623565401460
Binary1000100111010111101111010110100111011101011000001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,107,111); }

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

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

 a { background-color: rgb(137,107,111); }

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

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

 span { border-color: rgb(137,107,111); }

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