#898966

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

Shades of Bitter #898966

Tints of Bitter #898966

Color information

#898966 (or 0x898966) is unknown color: approx Bitter. HEX triplet: 89, 89 and 66. RGB value is (137,137,102). Sum of RGB (Red+Green+Blue) = 137+137+102=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898966 is #767699. Grayscale: #858585. Windows color (decimal): -7763610 or 6719881. OLE color: 6719881.

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

Color convert

RGB137137102-
CMYK000.260.46
HSL60º14.64%46.86%-
HSV(B)60º25.55%53.73%-
XYZ21.6624.1716.09-
YUV133.01110.5130.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=36.44%
G=36.44%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137137102000.260.466014.6446.86
Hex898966001A2E3cf2f
Octal211211146003256741757
Binary1000100110001001110011000110101011101111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898966; }

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

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

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

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

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

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

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

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