#716956

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

Shades of Coffee #716956

Tints of Coffee #716956

Color information

#716956 (or 0x716956) is unknown color: approx Coffee. HEX triplet: 71, 69 and 56. RGB value is (113,105,86). Sum of RGB (Red+Green+Blue) = 113+105+86=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716956 is #8E96A9. Grayscale: #696969. Windows color (decimal): -9344682 or 5663089. OLE color: 5663089.

HSL color Cylindrical-coordinate representation of color #716956: hue angle of 42.22º 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 #716956 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB11310586-
CMYK00.070.240.56
HSL42.22º13.57%39.02%-
HSV(B)42.22º23.89%44.31%-
XYZ13.5414.2910.85-
YUV105.23117.15133.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=37.17%
G=34.54%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131058600.070.240.5642.2213.5739.02
Hex7169560718382ae27
Octal161151126073070521647
Binary1110001110100110101100111110001110001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716956; }

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

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

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

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

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

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

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

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