#88896E

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

Shades of Bitter #88896E

Tints of Bitter #88896E

Color information

#88896E (or 0x88896E) is unknown color: approx Bitter. HEX triplet: 88, 89 and 6E. RGB value is (136,137,110). Sum of RGB (Red+Green+Blue) = 136+137+110=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #88896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88896E is #777691. Grayscale: #858585. Windows color (decimal): -7829138 or 7244168. OLE color: 7244168.

HSL color Cylindrical-coordinate representation of color #88896E: hue angle of 62.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88896E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB136137110-
CMYK0.0100.200.46
HSL62.22º10.93%48.43%-
HSV(B)62.22º19.71%53.73%-
XYZ21.9124.2518.28-
YUV133.62114.67129.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=35.51%
G=35.77%
B=28.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361371100.0100.200.4662.2210.9348.43
Hex88896E10142E3eb30
Octal210211156102456761360
Binary1000100010001001110111010101001011101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88896E; }

 p { color: rgb(136,137,110); }

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

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

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

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

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

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

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