#746856

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

Shades of Coffee #746856

Tints of Coffee #746856

Color information

#746856 (or 0x746856) is unknown color: approx Coffee. HEX triplet: 74, 68 and 56. RGB value is (116,104,86). Sum of RGB (Red+Green+Blue) = 116+104+86=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746856 is #8B97A9. Grayscale: #696969. Windows color (decimal): -9148330 or 5662836. OLE color: 5662836.

HSL color Cylindrical-coordinate representation of color #746856: hue angle of 36º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746856 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11610486-
CMYK00.100.260.55
HSL36º14.85%39.61%-
HSV(B)36º25.86%45.49%-
XYZ13.8314.2910.83-
YUV105.54116.98135.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=37.91%
G=33.99%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161048600.100.260.553614.8539.61
Hex7468560A1A3724f28
Octal1641501260123267441750
Binary11101001101000101011001010110101101111001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746856; }

 p { color: rgb(116,104,86); }

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

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

 a { background-color: rgb(116,104,86); }

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

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

 span { border-color: rgb(116,104,86); }

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