#80846E

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

Shades of Bitter #80846E

Tints of Bitter #80846E

Color information

#80846E (or 0x80846E) is unknown color: approx Bitter. HEX triplet: 80, 84 and 6E. RGB value is (128,132,110). Sum of RGB (Red+Green+Blue) = 128+132+110=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #80846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80846E is #7F7B91. Grayscale: #808080. Windows color (decimal): -8354706 or 7242880. OLE color: 7242880.

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

Color convert

RGB128132110-
CMYK0.0300.170.48
HSL70.91º9.09%47.45%-
HSV(B)70.91º16.67%51.76%-
XYZ19.9722.2217.99-
YUV128.3117.67127.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=34.59%
G=35.68%
B=29.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281321100.0300.170.4870.919.0947.45
Hex80846E3011304792f
Octal2002041563021601071157
Binary100000001000010011011101101000111000010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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