#746551

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

Shades of Coffee #746551

Tints of Coffee #746551

Color information

#746551 (or 0x746551) is unknown color: approx Coffee. HEX triplet: 74, 65 and 51. RGB value is (116,101,81). Sum of RGB (Red+Green+Blue) = 116+101+81=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746551 is #8B9AAE. Grayscale: #676767. Windows color (decimal): -9149103 or 5334388. OLE color: 5334388.

HSL color Cylindrical-coordinate representation of color #746551: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746551 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11610181-
CMYK00.130.300.55
HSL34.29º17.77%38.63%-
HSV(B)34.29º30.17%45.49%-
XYZ13.3413.619.71-
YUV103.2115.47137.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=38.93%
G=33.89%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161018100.130.300.5534.2917.7738.63
Hex7465510D1E37221227
Octal1641451210153667422247
Binary111010011001011010001011011111011011110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746551; }

 p { color: rgb(116,101,81); }

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

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

 a { background-color: rgb(116,101,81); }

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

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

 span { border-color: rgb(116,101,81); }

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