#808568

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

Shades of Bitter #808568

Tints of Bitter #808568

Color information

#808568 (or 0x808568) is unknown color: approx Bitter. HEX triplet: 80, 85 and 68. RGB value is (128,133,104). Sum of RGB (Red+Green+Blue) = 128+133+104=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #808568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808568 is #7F7A97. Grayscale: #808080. Windows color (decimal): -8354456 or 6849920. OLE color: 6849920.

HSL color Cylindrical-coordinate representation of color #808568: hue angle of 70.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808568 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB128133104-
CMYK0.0400.220.48
HSL70.34º12.24%46.47%-
HSV(B)70.34º21.8%52.16%-
XYZ19.7922.3616.37-
YUV128.2114.34127.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=35.07%
G=36.44%
B=28.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331040.0400.220.4870.3412.2446.47
Hex80856840163046c2e
Octal2002051504026601061456
Binary1000000010000101110100010001011011000010001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808568; }

 p { color: rgb(128,133,104); }

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

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

 a { background-color: rgb(128,133,104); }

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

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

 span { border-color: rgb(128,133,104); }

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