#808566

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

Shades of Bitter #808566

Tints of Bitter #808566

Color information

#808566 (or 0x808566) is unknown color: approx Bitter. HEX triplet: 80, 85 and 66. RGB value is (128,133,102). Sum of RGB (Red+Green+Blue) = 128+133+102=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #808566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808566 is #7F7A99. Grayscale: #808080. Windows color (decimal): -8354458 or 6718848. OLE color: 6718848.

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

Color convert

RGB128133102-
CMYK0.0400.230.48
HSL69.68º13.19%46.08%-
HSV(B)69.68º23.31%52.16%-
XYZ19.6922.3215.84-
YUV127.97113.34128.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=35.26%
G=36.64%
B=28.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331020.0400.230.4869.6813.1946.08
Hex80856640173046d2e
Octal2002051464027601061556
Binary1000000010000101110011010001011111000010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808566; }

 p { color: rgb(128,133,102); }

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

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

 a { background-color: rgb(128,133,102); }

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

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

 span { border-color: rgb(128,133,102); }

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