#806454

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

Shades of Roman Coffee #806454

Tints of Roman Coffee #806454

Color information

#806454 (or 0x806454) is unknown color: approx Roman Coffee. HEX triplet: 80, 64 and 54. RGB value is (128,100,84). Sum of RGB (Red+Green+Blue) = 128+100+84=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #806454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806454 is #7F9BAB. Grayscale: #6A6A6A. Windows color (decimal): -8362924 or 5530752. OLE color: 5530752.

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

Color convert

RGB12810084-
CMYK00.220.340.50
HSL21.82º20.75%41.57%-
HSV(B)21.82º34.38%50.2%-
XYZ15.0614.3410.36-
YUV106.55115.28143.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 84 (33.20% from 255) = 26.92%
R=41.03%
G=32.05%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281008400.220.340.5021.8220.7541.57
Hex806454016223216152a
Octal2001441240264262262552
Binary10000000110010010101000101101000101100101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806454; }

 p { color: rgb(128,100,84); }

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

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

 a { background-color: rgb(128,100,84); }

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

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

 span { border-color: rgb(128,100,84); }

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