#806557

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

Shades of Roman Coffee #806557

Tints of Roman Coffee #806557

Color information

#806557 (or 0x806557) is unknown color: approx Roman Coffee. HEX triplet: 80, 65 and 57. RGB value is (128,101,87). Sum of RGB (Red+Green+Blue) = 128+101+87=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #806557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806557 is #7F9AA8. Grayscale: #6B6B6B. Windows color (decimal): -8362665 or 5727616. OLE color: 5727616.

HSL color Cylindrical-coordinate representation of color #806557: hue angle of 20.49º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806557 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB12810187-
CMYK00.210.320.50
HSL20.49º19.07%42.16%-
HSV(B)20.49º32.03%50.2%-
XYZ15.2814.5811.03-
YUV107.48116.45142.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=40.51%
G=31.96%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281018700.210.320.5020.4919.0742.16
Hex806557015203214132a
Octal2001451270254062242352
Binary10000000110010110101110101011000001100101010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806557; }

 p { color: rgb(128,101,87); }

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

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

 a { background-color: rgb(128,101,87); }

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

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

 span { border-color: rgb(128,101,87); }

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