#80614F

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

Shades of Roman Coffee #80614F

Tints of Roman Coffee #80614F

Color information

#80614F (or 0x80614F) is unknown color: approx Roman Coffee. HEX triplet: 80, 61 and 4F. RGB value is (128,97,79). Sum of RGB (Red+Green+Blue) = 128+97+79=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80614F is #7F9EB0. Grayscale: #686868. Windows color (decimal): -8363697 or 5202304. OLE color: 5202304.

HSL color Cylindrical-coordinate representation of color #80614F: hue angle of 22.04º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80614F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1289779-
CMYK00.240.380.50
HSL22.04º23.67%40.59%-
HSV(B)22.04º38.28%50.2%-
XYZ14.5913.79.27-
YUV104.22113.77144.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=42.11%
G=31.91%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128977900.240.380.5022.0423.6740.59
Hex80614F0182632161829
Octal2001411170304662263051
Binary10000000110000110011110110001001101100101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80614F; }

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

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

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

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

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

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

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

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