#888C66

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

Shades of Bitter #888C66

Tints of Bitter #888C66

Color information

#888C66 (or 0x888C66) is unknown color: approx Bitter. HEX triplet: 88, 8C and 66. RGB value is (136,140,102). Sum of RGB (Red+Green+Blue) = 136+140+102=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #888C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C66 is #777399. Grayscale: #868686. Windows color (decimal): -7828378 or 6720648. OLE color: 6720648.

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

Color convert

RGB136140102-
CMYK0.0300.270.45
HSL66.32º15.7%47.45%-
HSV(B)66.32º27.14%54.9%-
XYZ21.9324.9516.23-
YUV134.47109.67129.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=35.98%
G=37.04%
B=26.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401020.0300.270.4566.3215.747.45
Hex888C66301B2D42102f
Octal2102141463033551022057
Binary1000100010001100110011011011011101101100001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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