#806956

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

Shades of Roman Coffee #806956

Tints of Roman Coffee #806956

Color information

#806956 (or 0x806956) is unknown color: approx Roman Coffee. HEX triplet: 80, 69 and 56. RGB value is (128,105,86). Sum of RGB (Red+Green+Blue) = 128+105+86=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #806956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806956 is #7F96A9. Grayscale: #6D6D6D. Windows color (decimal): -8361642 or 5663104. OLE color: 5663104.

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

Color convert

RGB12810586-
CMYK00.180.330.50
HSL27.14º19.63%41.96%-
HSV(B)27.14º32.81%50.2%-
XYZ15.6315.3610.95-
YUV109.71114.62141.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=40.13%
G=32.92%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281058600.180.330.5027.1419.6341.96
Hex80695601221321b142a
Octal2001511260224162332452
Binary10000000110100110101100100101000011100101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806956; }

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

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

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

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

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

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

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

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