#716856

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

Shades of Coffee #716856

Tints of Coffee #716856

Color information

#716856 (or 0x716856) is unknown color: approx Coffee. HEX triplet: 71, 68 and 56. RGB value is (113,104,86). Sum of RGB (Red+Green+Blue) = 113+104+86=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716856 is #8E97A9. Grayscale: #686868. Windows color (decimal): -9344938 or 5662833. OLE color: 5662833.

HSL color Cylindrical-coordinate representation of color #716856: hue angle of 40º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716856 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB11310486-
CMYK00.080.240.56
HSL40º13.57%39.02%-
HSV(B)40º23.89%44.31%-
XYZ13.4414.0810.81-
YUV104.64117.48133.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=37.29%
G=34.32%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131048600.080.240.564013.5739.02
Hex71685608183828e27
Octal1611501260103070501647
Binary11100011101000101011001000110001110001010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716856; }

 p { color: rgb(113,104,86); }

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

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

 a { background-color: rgb(113,104,86); }

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

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

 span { border-color: rgb(113,104,86); }

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