#80846F

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

Shades of Bitter #80846F

Tints of Bitter #80846F

Color information

#80846F (or 0x80846F) is unknown color: approx Bitter. HEX triplet: 80, 84 and 6F. RGB value is (128,132,111). Sum of RGB (Red+Green+Blue) = 128+132+111=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #80846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80846F is #7F7B90. Grayscale: #808080. Windows color (decimal): -8354705 or 7308416. OLE color: 7308416.

HSL color Cylindrical-coordinate representation of color #80846F: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80846F is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB128132111-
CMYK0.0300.160.48
HSL71.43º8.64%47.65%-
HSV(B)71.43º15.91%51.76%-
XYZ20.0222.2418.28-
YUV128.41118.17127.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=34.50%
G=35.58%
B=29.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281321110.0300.160.4871.438.6447.65
Hex80846F30103047930
Octal2002041573020601071160
Binary100000001000010011011111101000011000010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80846F; }

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

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

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

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

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

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

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

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