#89896D

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

Shades of Bitter #89896D

Tints of Bitter #89896D

Color information

#89896D (or 0x89896D) is unknown color: approx Bitter. HEX triplet: 89, 89 and 6D. RGB value is (137,137,109). Sum of RGB (Red+Green+Blue) = 137+137+109=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89896D is #767692. Grayscale: #858585. Windows color (decimal): -7763603 or 7178633. OLE color: 7178633.

HSL color Cylindrical-coordinate representation of color #89896D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89896D is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137137109-
CMYK000.200.46
HSL60º11.38%48.24%-
HSV(B)60º20.44%53.73%-
XYZ22.0224.3118-
YUV133.81114130.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=35.77%
G=35.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137137109000.200.466011.3848.24
Hex89896D00142E3cb30
Octal211211155002456741360
Binary1000100110001001110110100101001011101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89896D; }

 p { color: rgb(137,137,109); }

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

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

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

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

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

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

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