#808368

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

Shades of Bitter #808368

Tints of Bitter #808368

Color information

#808368 (or 0x808368) is unknown color: approx Bitter. HEX triplet: 80, 83 and 68. RGB value is (128,131,104). Sum of RGB (Red+Green+Blue) = 128+131+104=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #808368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808368 is #7F7C97. Grayscale: #7F7F7F. Windows color (decimal): -8354968 or 6849408. OLE color: 6849408.

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

Color convert

RGB128131104-
CMYK0.0200.210.49
HSL66.67º11.49%46.08%-
HSV(B)66.67º20.61%51.37%-
XYZ19.5221.8216.28-
YUV127.02115.01128.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=35.26%
G=36.09%
B=28.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281311040.0200.210.4966.6711.4946.08
Hex80836820153143b2e
Octal2002031502025611031356
Binary100000001000001111010001001010111000110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808368; }

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

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

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

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

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

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

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

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