#808668

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

Shades of Bitter #808668

Tints of Bitter #808668

Color information

#808668 (or 0x808668) is unknown color: approx Bitter. HEX triplet: 80, 86 and 68. RGB value is (128,134,104). Sum of RGB (Red+Green+Blue) = 128+134+104=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #808668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808668 is #7F7997. Grayscale: #808080. Windows color (decimal): -8354200 or 6850176. OLE color: 6850176.

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

Color convert

RGB128134104-
CMYK0.0400.220.47
HSL72º12.61%46.67%-
HSV(B)72º22.39%52.55%-
XYZ19.9322.6416.42-
YUV128.79114.01127.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=34.97%
G=36.61%
B=28.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281341040.0400.220.477212.6146.67
Hex80866840162F48d2f
Octal2002061504026571101557
Binary1000000010000110110100010001011010111110010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808668; }

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

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

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

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

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

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

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

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