#888C6F

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

Shades of Bitter #888C6F

Tints of Bitter #888C6F

Color information

#888C6F (or 0x888C6F) is unknown color: approx Bitter. HEX triplet: 88, 8C and 6F. RGB value is (136,140,111). Sum of RGB (Red+Green+Blue) = 136+140+111=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #888C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C6F is #777390. Grayscale: #878787. Windows color (decimal): -7828369 or 7310472. OLE color: 7310472.

HSL color Cylindrical-coordinate representation of color #888C6F: hue angle of 68.28º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #888C6F is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB136140111-
CMYK0.0300.210.45
HSL68.28º11.55%49.22%-
HSV(B)68.28º20.71%54.9%-
XYZ22.425.1418.71-
YUV135.5114.17128.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=35.14%
G=36.18%
B=28.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401110.0300.210.4568.2811.5549.22
Hex888C6F30152D44c31
Octal2102141573025551041461
Binary100010001000110011011111101010110110110001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,111); }

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

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

 a { background-color: rgb(136,140,111); }

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

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

 span { border-color: rgb(136,140,111); }

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