#808865

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

Shades of Bitter #808865

Tints of Bitter #808865

Color information

#808865 (or 0x808865) is unknown color: approx Bitter. HEX triplet: 80, 88 and 65. RGB value is (128,136,101). Sum of RGB (Red+Green+Blue) = 128+136+101=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #808865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808865 is #7F779A. Grayscale: #818181. Windows color (decimal): -8353691 or 6654080. OLE color: 6654080.

HSL color Cylindrical-coordinate representation of color #808865: hue angle of 73.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808865 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB128136101-
CMYK0.0600.260.47
HSL73.71º14.77%46.47%-
HSV(B)73.71º25.74%53.33%-
XYZ20.0623.1415.72-
YUV129.62111.85126.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=35.07%
G=37.26%
B=27.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361010.0600.260.4773.7114.7746.47
Hex808865601A2F4af2e
Octal2002101456032571121756
Binary1000000010001000110010111001101010111110010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808865; }

 p { color: rgb(128,136,101); }

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

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

 a { background-color: rgb(128,136,101); }

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

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

 span { border-color: rgb(128,136,101); }

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