#808269

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

Shades of Bitter #808269

Tints of Bitter #808269

Color information

#808269 (or 0x808269) is unknown color: approx Bitter. HEX triplet: 80, 82 and 69. RGB value is (128,130,105). Sum of RGB (Red+Green+Blue) = 128+130+105=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #808269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808269 is #7F7D96. Grayscale: #7E7E7E. Windows color (decimal): -8355223 or 6914688. OLE color: 6914688.

HSL color Cylindrical-coordinate representation of color #808269: hue angle of 64.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808269 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB128130105-
CMYK0.0200.190.49
HSL64.8º10.64%46.08%-
HSV(B)64.8º19.23%50.98%-
XYZ19.4321.5716.5-
YUV126.55115.84129.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=35.26%
G=35.81%
B=28.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301050.0200.190.4964.810.6446.08
Hex80826920133141b2e
Octal2002021512023611011356
Binary100000001000001011010011001001111000110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808269; }

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

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

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

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

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

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

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

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