#71695B

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

Shades of Coffee #71695B

Tints of Coffee #71695B

Color information

#71695B (or 0x71695B) is unknown color: approx Coffee. HEX triplet: 71, 69 and 5B. RGB value is (113,105,91). Sum of RGB (Red+Green+Blue) = 113+105+91=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695B is #8E96A4. Grayscale: #696969. Windows color (decimal): -9344677 or 5990769. OLE color: 5990769.

HSL color Cylindrical-coordinate representation of color #71695B: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71695B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB11310591-
CMYK00.070.190.56
HSL38.18º10.78%40%-
HSV(B)38.18º19.47%44.31%-
XYZ13.7514.3711.95-
YUV105.8119.65133.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=36.57%
G=33.98%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131059100.070.190.5638.1810.7840
Hex71695B07133826b28
Octal161151133072370461350
Binary1110001110100110110110111100111110001001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71695B; }

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

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

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

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

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

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

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

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