#888F6C

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

Shades of Bitter #888F6C

Tints of Bitter #888F6C

Color information

#888F6C (or 0x888F6C) is unknown color: approx Bitter. HEX triplet: 88, 8F and 6C. RGB value is (136,143,108). Sum of RGB (Red+Green+Blue) = 136+143+108=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #888F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F6C is #777093. Grayscale: #898989. Windows color (decimal): -7827604 or 7114632. OLE color: 7114632.

HSL color Cylindrical-coordinate representation of color #888F6C: hue angle of 72º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888F6C is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB136143108-
CMYK0.0500.240.44
HSL72º13.94%49.22%-
HSV(B)72º24.48%56.08%-
XYZ22.6825.9618-
YUV136.92111.68127.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=35.14%
G=36.95%
B=27.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431080.0500.240.447213.9449.22
Hex888F6C50182C48e31
Octal2102171545030541101661
Binary1000100010001111110110010101100010110010010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888F6C; }

 p { color: rgb(136,143,108); }

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

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

 a { background-color: rgb(136,143,108); }

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

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

 span { border-color: rgb(136,143,108); }

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