#808469

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

Shades of Bitter #808469

Tints of Bitter #808469

Color information

#808469 (or 0x808469) is unknown color: approx Bitter. HEX triplet: 80, 84 and 69. RGB value is (128,132,105). Sum of RGB (Red+Green+Blue) = 128+132+105=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #808469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808469 is #7F7B96. Grayscale: #7F7F7F. Windows color (decimal): -8354711 or 6915200. OLE color: 6915200.

HSL color Cylindrical-coordinate representation of color #808469: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808469 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB128132105-
CMYK0.0300.200.48
HSL68.89º11.39%46.47%-
HSV(B)68.89º20.45%51.76%-
XYZ19.722.1116.59-
YUV127.73115.17128.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=35.07%
G=36.16%
B=28.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281321050.0300.200.4868.8911.3946.47
Hex80846930143045b2e
Octal2002041513024601051356
Binary100000001000010011010011101010011000010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808469; }

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

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

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

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

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

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

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

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