#898869

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

Shades of Bitter #898869

Tints of Bitter #898869

Color information

#898869 (or 0x898869) is unknown color: approx Bitter. HEX triplet: 89, 88 and 69. RGB value is (137,136,105). Sum of RGB (Red+Green+Blue) = 137+136+105=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #898869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898869 is #767796. Grayscale: #848484. Windows color (decimal): -7763863 or 6916233. OLE color: 6916233.

HSL color Cylindrical-coordinate representation of color #898869: hue angle of 58.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #898869 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB137136105-
CMYK00.010.230.46
HSL58.12º13.22%47.45%-
HSV(B)58.12º23.36%53.73%-
XYZ21.6723.9516.84-
YUV132.76112.33131.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=36.24%
G=35.98%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713610500.010.230.4658.1213.2247.45
Hex89886901172E3ad2f
Octal211210151012756721557
Binary1000100110001000110100101101111011101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898869; }

 p { color: rgb(137,136,105); }

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

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

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

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

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

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

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