#716750

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

Shades of Coffee #716750

Tints of Coffee #716750

Color information

#716750 (or 0x716750) is unknown color: approx Coffee. HEX triplet: 71, 67 and 50. RGB value is (113,103,80). Sum of RGB (Red+Green+Blue) = 113+103+80=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716750 is #8E98AF. Grayscale: #676767. Windows color (decimal): -9345200 or 5269361. OLE color: 5269361.

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

Color convert

RGB11310380-
CMYK00.090.290.56
HSL41.82º17.1%37.84%-
HSV(B)41.82º29.2%44.31%-
XYZ13.1113.799.56-
YUV103.37114.81134.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=38.18%
G=34.80%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131038000.090.290.5641.8217.137.84
Hex716750091D382a1126
Octal1611471200113570522146
Binary111000111001111010000010011110111100010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716750; }

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

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

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

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

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

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

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

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