#808268

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

Shades of Bitter #808268

Tints of Bitter #808268

Color information

#808268 (or 0x808268) is unknown color: approx Bitter. HEX triplet: 80, 82 and 68. RGB value is (128,130,104). Sum of RGB (Red+Green+Blue) = 128+130+104=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #808268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808268 is #7F7D97. Grayscale: #7E7E7E. Windows color (decimal): -8355224 or 6849152. OLE color: 6849152.

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

Color convert

RGB128130104-
CMYK0.0200.20.49
HSL64.62º11.11%45.88%-
HSV(B)64.62º20%50.98%-
XYZ19.3821.5516.24-
YUV126.44115.34129.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=35.36%
G=35.91%
B=28.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281301040.0200.20.4964.6211.1145.88
Hex80826820143141b2e
Octal2002021502024611011356
Binary100000001000001011010001001010011000110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808268; }

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

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

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

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

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

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

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

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