#716A5A

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

Shades of Coffee #716A5A

Tints of Coffee #716A5A

Color information

#716A5A (or 0x716A5A) is unknown color: approx Coffee. HEX triplet: 71, 6A and 5A. RGB value is (113,106,90). Sum of RGB (Red+Green+Blue) = 113+106+90=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A5A is #8E95A5. Grayscale: #6A6A6A. Windows color (decimal): -9344422 or 5925489. OLE color: 5925489.

HSL color Cylindrical-coordinate representation of color #716A5A: hue angle of 41.74º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716A5A is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11310690-
CMYK00.060.200.56
HSL41.74º11.33%39.8%-
HSV(B)41.74º20.35%44.31%-
XYZ13.8114.5611.75-
YUV106.27118.82132.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=36.57%
G=34.30%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131069000.060.200.5641.7411.3339.8
Hex716A5A0614382ab28
Octal161152132062470521350
Binary1110001110101010110100110101001110001010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A5A; }

 p { color: rgb(113,106,90); }

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

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

 a { background-color: rgb(113,106,90); }

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

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

 span { border-color: rgb(113,106,90); }

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