#808168

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

Shades of Bitter #808168

Tints of Bitter #808168

Color information

#808168 (or 0x808168) is unknown color: approx Bitter. HEX triplet: 80, 81 and 68. RGB value is (128,129,104). Sum of RGB (Red+Green+Blue) = 128+129+104=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #808168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808168 is #7F7E97. Grayscale: #7D7D7D. Windows color (decimal): -8355480 or 6848896. OLE color: 6848896.

HSL color Cylindrical-coordinate representation of color #808168: hue angle of 62.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #808168 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB128129104-
CMYK0.0100.190.49
HSL62.4º10.73%45.69%-
HSV(B)62.4º19.38%50.59%-
XYZ19.2521.2916.19-
YUV125.85115.67129.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=35.46%
G=35.73%
B=28.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281291040.0100.190.4962.410.7345.69
Hex8081681013313eb2e
Octal200201150102361761356
Binary1000000010000001110100010100111100011111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808168; }

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

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

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

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

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

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

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

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