#808863

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

Shades of Bitter #808863

Tints of Bitter #808863

Color information

#808863 (or 0x808863) is unknown color: approx Bitter. HEX triplet: 80, 88 and 63. RGB value is (128,136,99). Sum of RGB (Red+Green+Blue) = 128+136+99=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #808863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808863 is #7F779C. Grayscale: #818181. Windows color (decimal): -8353693 or 6523008. OLE color: 6523008.

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

Color convert

RGB12813699-
CMYK0.0600.270.47
HSL72.97º15.74%46.08%-
HSV(B)72.97º27.21%53.33%-
XYZ19.9623.115.21-
YUV129.39110.85127.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=35.26%
G=37.47%
B=27.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136990.0600.270.4772.9715.7446.08
Hex808863601B2F49102e
Octal2002101436033571112056
Binary10000000100010001100011110011011101111100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808863; }

 p { color: rgb(128,136,99); }

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

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

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

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

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

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

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