#808467

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

Shades of Bitter #808467

Tints of Bitter #808467

Color information

#808467 (or 0x808467) is unknown color: approx Bitter. HEX triplet: 80, 84 and 67. RGB value is (128,132,103). Sum of RGB (Red+Green+Blue) = 128+132+103=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #808467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808467 is #7F7B98. Grayscale: #7F7F7F. Windows color (decimal): -8354713 or 6784128. OLE color: 6784128.

HSL color Cylindrical-coordinate representation of color #808467: hue angle of 68.28º 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 #808467 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB128132103-
CMYK0.0300.220.48
HSL68.28º12.34%46.08%-
HSV(B)68.28º21.97%51.76%-
XYZ19.622.0716.06-
YUV127.5114.17128.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=35.26%
G=36.36%
B=28.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281321030.0300.220.4868.2812.3446.08
Hex80846730163044c2e
Octal2002041473026601041456
Binary100000001000010011001111101011011000010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808467; }

 p { color: rgb(128,132,103); }

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

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

 a { background-color: rgb(128,132,103); }

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

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

 span { border-color: rgb(128,132,103); }

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