#806551

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

Shades of Roman Coffee #806551

Tints of Roman Coffee #806551

Color information

#806551 (or 0x806551) is unknown color: approx Roman Coffee. HEX triplet: 80, 65 and 51. RGB value is (128,101,81). Sum of RGB (Red+Green+Blue) = 128+101+81=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #806551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806551 is #7F9AAE. Grayscale: #6A6A6A. Windows color (decimal): -8362671 or 5334400. OLE color: 5334400.

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

Color convert

RGB12810181-
CMYK00.210.370.50
HSL25.53º22.49%40.98%-
HSV(B)25.53º36.72%50.2%-
XYZ15.0414.499.79-
YUV106.79113.45143.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=41.29%
G=32.58%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281018100.210.370.5025.5322.4940.98
Hex80655101525321a1629
Octal2001451210254562322651
Binary10000000110010110100010101011001011100101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806551; }

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

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

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

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

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

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

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

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