#746950

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

Shades of Coffee #746950

Tints of Coffee #746950

Color information

#746950 (or 0x746950) is unknown color: approx Coffee. HEX triplet: 74, 69 and 50. RGB value is (116,105,80). Sum of RGB (Red+Green+Blue) = 116+105+80=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746950 is #8B96AF. Grayscale: #696969. Windows color (decimal): -9148080 or 5269876. OLE color: 5269876.

HSL color Cylindrical-coordinate representation of color #746950: hue angle of 41.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746950 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11610580-
CMYK00.090.310.55
HSL41.67º18.37%38.43%-
HSV(B)41.67º31.03%45.49%-
XYZ13.714.49.65-
YUV105.44113.64135.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=38.54%
G=34.88%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161058000.090.310.5541.6718.3738.43
Hex746950091F372a1226
Octal1641511200113767522246
Binary111010011010011010000010011111111011110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746950; }

 p { color: rgb(116,105,80); }

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

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

 a { background-color: rgb(116,105,80); }

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

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

 span { border-color: rgb(116,105,80); }

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