#806556

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

Shades of Roman Coffee #806556

Tints of Roman Coffee #806556

Color information

#806556 (or 0x806556) is unknown color: approx Roman Coffee. HEX triplet: 80, 65 and 56. RGB value is (128,101,86). Sum of RGB (Red+Green+Blue) = 128+101+86=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #806556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806556 is #7F9AA9. Grayscale: #6B6B6B. Windows color (decimal): -8362666 or 5662080. OLE color: 5662080.

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

Color convert

RGB12810186-
CMYK00.210.330.50
HSL21.43º19.63%41.96%-
HSV(B)21.43º32.81%50.2%-
XYZ15.2414.5710.81-
YUV107.36115.95142.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=40.63%
G=32.06%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281018600.210.330.5021.4319.6341.96
Hex806556015213215142a
Octal2001451260254162252452
Binary10000000110010110101100101011000011100101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806556; }

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

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

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

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

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

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

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

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