#808660

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

Shades of Bitter #808660

Tints of Bitter #808660

Color information

#808660 (or 0x808660) is unknown color: approx Bitter. HEX triplet: 80, 86 and 60. RGB value is (128,134,96). Sum of RGB (Red+Green+Blue) = 128+134+96=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #808660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808660 is #7F799F. Grayscale: #808080. Windows color (decimal): -8354208 or 6325888. OLE color: 6325888.

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

Color convert

RGB12813496-
CMYK0.0400.280.47
HSL69.47º16.52%45.1%-
HSV(B)69.47º28.36%52.55%-
XYZ19.5422.4814.38-
YUV127.87110.01128.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=35.75%
G=37.43%
B=26.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134960.0400.280.4769.4716.5245.1
Hex808660401C2F45112d
Octal2002061404034571052155
Binary10000000100001101100000100011100101111100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808660; }

 p { color: rgb(128,134,96); }

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

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

 a { background-color: rgb(128,134,96); }

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

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

 span { border-color: rgb(128,134,96); }

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