#888869

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

Shades of Bitter #888869

Tints of Bitter #888869

Color information

#888869 (or 0x888869) is unknown color: approx Bitter. HEX triplet: 88, 88 and 69. RGB value is (136,136,105). Sum of RGB (Red+Green+Blue) = 136+136+105=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888869 is #777796. Grayscale: #848484. Windows color (decimal): -7829399 or 6916232. OLE color: 6916232.

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

Color convert

RGB136136105-
CMYK000.230.47
HSL60º12.86%47.25%-
HSV(B)60º22.79%53.33%-
XYZ21.5123.8616.84-
YUV132.47112.5130.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=36.07%
G=36.07%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136136105000.230.476012.8647.25
Hex88886900172F3cd2f
Octal210210151002757741557
Binary1000100010001000110100100101111011111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888869; }

 p { color: rgb(136,136,105); }

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

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

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

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

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

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

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