#808663

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

Shades of Bitter #808663

Tints of Bitter #808663

Color information

#808663 (or 0x808663) is unknown color: approx Bitter. HEX triplet: 80, 86 and 63. RGB value is (128,134,99). Sum of RGB (Red+Green+Blue) = 128+134+99=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #808663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808663 is #7F799C. Grayscale: #808080. Windows color (decimal): -8354205 or 6522496. OLE color: 6522496.

HSL color Cylindrical-coordinate representation of color #808663: hue angle of 70.29º 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 #808663 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB12813499-
CMYK0.0400.260.47
HSL70.29º15.02%45.69%-
HSV(B)70.29º26.12%52.55%-
XYZ19.6822.5415.12-
YUV128.22111.51127.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=35.46%
G=37.12%
B=27.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134990.0400.260.4770.2915.0245.69
Hex808663401A2F46f2e
Octal2002061434032571061756
Binary1000000010000110110001110001101010111110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808663; }

 p { color: rgb(128,134,99); }

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

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

 a { background-color: rgb(128,134,99); }

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

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

 span { border-color: rgb(128,134,99); }

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