#808261

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

Shades of Bitter #808261

Tints of Bitter #808261

Color information

#808261 (or 0x808261) is unknown color: approx Bitter. HEX triplet: 80, 82 and 61. RGB value is (128,130,97). Sum of RGB (Red+Green+Blue) = 128+130+97=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #808261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808261 is #7F7D9E. Grayscale: #7D7D7D. Windows color (decimal): -8355231 or 6390400. OLE color: 6390400.

HSL color Cylindrical-coordinate representation of color #808261: hue angle of 63.64º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808261 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB12813097-
CMYK0.0200.250.49
HSL63.64º14.54%44.51%-
HSV(B)63.64º25.38%50.98%-
XYZ19.0421.4214.44-
YUV125.64111.84129.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=36.06%
G=36.62%
B=27.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130970.0200.250.4963.6414.5444.51
Hex80826120193140f2d
Octal2002021412031611001755
Binary100000001000001011000011001100111000110000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808261; }

 p { color: rgb(128,130,97); }

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

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

 a { background-color: rgb(128,130,97); }

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

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

 span { border-color: rgb(128,130,97); }

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