#80664D

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

Shades of Roman Coffee #80664D

Tints of Roman Coffee #80664D

Color information

#80664D (or 0x80664D) is unknown color: approx Roman Coffee. HEX triplet: 80, 66 and 4D. RGB value is (128,102,77). Sum of RGB (Red+Green+Blue) = 128+102+77=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80664D is #7F99B2. Grayscale: #6B6B6B. Windows color (decimal): -8362419 or 5072512. OLE color: 5072512.

HSL color Cylindrical-coordinate representation of color #80664D: hue angle of 29.41º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80664D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12810277-
CMYK00.200.400.50
HSL29.41º24.88%40.2%-
HSV(B)29.41º39.84%50.2%-
XYZ14.9914.639.05-
YUV106.92111.11143.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=41.69%
G=33.22%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281027700.200.400.5029.4124.8840.2
Hex80664D01428321d1928
Octal2001461150245062353150
Binary10000000110011010011010101001010001100101110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80664D; }

 p { color: rgb(128,102,77); }

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

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

 a { background-color: rgb(128,102,77); }

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

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

 span { border-color: rgb(128,102,77); }

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