#806758

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

Shades of Roman Coffee #806758

Tints of Roman Coffee #806758

Color information

#806758 (or 0x806758) is unknown color: approx Roman Coffee. HEX triplet: 80, 67 and 58. RGB value is (128,103,88). Sum of RGB (Red+Green+Blue) = 128+103+88=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #806758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806758 is #7F98A7. Grayscale: #6C6C6C. Windows color (decimal): -8362152 or 5793664. OLE color: 5793664.

HSL color Cylindrical-coordinate representation of color #806758: hue angle of 22.5º 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 #806758 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB12810388-
CMYK00.200.310.50
HSL22.5º18.52%42.35%-
HSV(B)22.5º31.25%50.2%-
XYZ15.5114.9911.31-
YUV108.76116.28141.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=40.13%
G=32.29%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281038800.200.310.5022.518.5242.35
Hex8067580141F3216132a
Octal2001471300243762262352
Binary1000000011001111011000010100111111100101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806758; }

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

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

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

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

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

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

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

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