#808669

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

Shades of Bitter #808669

Tints of Bitter #808669

Color information

#808669 (or 0x808669) is unknown color: approx Bitter. HEX triplet: 80, 86 and 69. RGB value is (128,134,105). Sum of RGB (Red+Green+Blue) = 128+134+105=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #808669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808669 is #7F7996. Grayscale: #818181. Windows color (decimal): -8354199 or 6915712. OLE color: 6915712.

HSL color Cylindrical-coordinate representation of color #808669: hue angle of 72.41º degrees, saturation: 0.12, 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 #808669 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB128134105-
CMYK0.0400.220.47
HSL72.41º12.13%46.86%-
HSV(B)72.41º21.64%52.55%-
XYZ19.9822.6616.69-
YUV128.9114.51127.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=34.88%
G=36.51%
B=28.61%

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
Decimal1281341050.0400.220.4772.4112.1346.86
Hex80866940162F48c2f
Octal2002061514026571101457
Binary1000000010000110110100110001011010111110010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808669; }

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

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

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

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

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

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

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

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