#806858

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

Shades of Roman Coffee #806858

Tints of Roman Coffee #806858

Color information

#806858 (or 0x806858) is unknown color: approx Roman Coffee. HEX triplet: 80, 68 and 58. RGB value is (128,104,88). Sum of RGB (Red+Green+Blue) = 128+104+88=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #806858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806858 is #7F97A7. Grayscale: #6D6D6D. Windows color (decimal): -8361896 or 5793920. OLE color: 5793920.

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

Color convert

RGB12810488-
CMYK00.190.310.50
HSL24º18.52%42.35%-
HSV(B)24º31.25%50.2%-
XYZ15.6115.1911.34-
YUV109.35115.95141.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=40%
G=32.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281048800.190.310.502418.5242.35
Hex8068580131F3218132a
Octal2001501300233762302352
Binary1000000011010001011000010011111111100101100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806858; }

 p { color: rgb(128,104,88); }

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

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

 a { background-color: rgb(128,104,88); }

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

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

 span { border-color: rgb(128,104,88); }

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