#80685B

Color #80685B Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #80685B

Tints of Roman Coffee #80685B

Color information

#80685B (or 0x80685B) is unknown color: approx Roman Coffee. HEX triplet: 80, 68 and 5B. RGB value is (128,104,91). Sum of RGB (Red+Green+Blue) = 128+104+91=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685B is #7F97A4. Grayscale: #6D6D6D. Windows color (decimal): -8361893 or 5990528. OLE color: 5990528.

HSL color Cylindrical-coordinate representation of color #80685B: hue angle of 21.08º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80685B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12810491-
CMYK00.190.290.50
HSL21.08º16.89%42.94%-
HSV(B)21.08º28.91%50.2%-
XYZ15.7415.2512.01-
YUV109.69117.45141.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=39.63%
G=32.20%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281049100.190.290.5021.0816.8942.94
Hex80685B0131D3215112b
Octal2001501330233562252153
Binary1000000011010001011011010011111011100101010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80685B; }

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

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

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

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

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

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

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

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