#716755

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

Shades of Coffee #716755

Tints of Coffee #716755

Color information

#716755 (or 0x716755) is unknown color: approx Coffee. HEX triplet: 71, 67 and 55. RGB value is (113,103,85). Sum of RGB (Red+Green+Blue) = 113+103+85=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716755 is #8E98AA. Grayscale: #686868. Windows color (decimal): -9345195 or 5597041. OLE color: 5597041.

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

Color convert

RGB11310385-
CMYK00.090.250.56
HSL38.57º14.14%38.82%-
HSV(B)38.57º24.78%44.31%-
XYZ13.313.8710.57-
YUV103.94117.31134.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=37.54%
G=34.22%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131038500.090.250.5638.5714.1438.82
Hex71675509193827e27
Octal1611471250113170471647
Binary11100011100111101010101001110011110001001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716755; }

 p { color: rgb(113,103,85); }

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

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

 a { background-color: rgb(113,103,85); }

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

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

 span { border-color: rgb(113,103,85); }

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