#746652

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

Shades of Coffee #746652

Tints of Coffee #746652

Color information

#746652 (or 0x746652) is unknown color: approx Coffee. HEX triplet: 74, 66 and 52. RGB value is (116,102,82). Sum of RGB (Red+Green+Blue) = 116+102+82=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746652 is #8B99AD. Grayscale: #676767. Windows color (decimal): -9148846 or 5400180. OLE color: 5400180.

HSL color Cylindrical-coordinate representation of color #746652: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746652 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11610282-
CMYK00.120.290.55
HSL35.29º17.17%38.82%-
HSV(B)35.29º29.31%45.49%-
XYZ13.4813.829.94-
YUV103.91115.64136.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=38.67%
G=34%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161028200.120.290.5535.2917.1738.82
Hex7466520C1D37231127
Octal1641461220143567432147
Binary111010011001101010010011001110111011110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746652; }

 p { color: rgb(116,102,82); }

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

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

 a { background-color: rgb(116,102,82); }

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

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

 span { border-color: rgb(116,102,82); }

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