#888B6A

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

Shades of Bitter #888B6A

Tints of Bitter #888B6A

Color information

#888B6A (or 0x888B6A) is unknown color: approx Bitter. HEX triplet: 88, 8B and 6A. RGB value is (136,139,106). Sum of RGB (Red+Green+Blue) = 136+139+106=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6A is #777495. Grayscale: #868686. Windows color (decimal): -7828630 or 6982536. OLE color: 6982536.

HSL color Cylindrical-coordinate representation of color #888B6A: hue angle of 65.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888B6A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB136139106-
CMYK0.0200.240.45
HSL65.45º13.47%48.04%-
HSV(B)65.45º23.74%54.51%-
XYZ21.9924.7417.25-
YUV134.34112.01129.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=35.70%
G=36.48%
B=27.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361391060.0200.240.4565.4513.4748.04
Hex888B6A20182D41d30
Octal2102131522030551011560
Binary100010001000101111010101001100010110110000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,106); }

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

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

 a { background-color: rgb(136,139,106); }

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

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

 span { border-color: rgb(136,139,106); }

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