#71664F

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

Shades of Coffee #71664F

Tints of Coffee #71664F

Color information

#71664F (or 0x71664F) is unknown color: approx Coffee. HEX triplet: 71, 66 and 4F. RGB value is (113,102,79). Sum of RGB (Red+Green+Blue) = 113+102+79=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71664F is #8E99B0. Grayscale: #666666. Windows color (decimal): -9345457 or 5203569. OLE color: 5203569.

HSL color Cylindrical-coordinate representation of color #71664F: hue angle of 40.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71664F is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11310279-
CMYK00.100.300.56
HSL40.59º17.71%37.65%-
HSV(B)40.59º30.09%44.31%-
XYZ12.9713.589.33-
YUV102.67114.64135.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=38.44%
G=34.69%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131027900.100.300.5640.5917.7137.65
Hex71664F0A1E38291226
Octal1611461170123670512246
Binary111000111001101001111010101111011100010100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71664F; }

 p { color: rgb(113,102,79); }

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

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

 a { background-color: rgb(113,102,79); }

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

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

 span { border-color: rgb(113,102,79); }

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