#74694D

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

Shades of Coffee #74694D

Tints of Coffee #74694D

Color information

#74694D (or 0x74694D) is unknown color: approx Coffee. HEX triplet: 74, 69 and 4D. RGB value is (116,105,77). Sum of RGB (Red+Green+Blue) = 116+105+77=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74694D is #8B96B2. Grayscale: #696969. Windows color (decimal): -9148083 or 5073268. OLE color: 5073268.

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

Color convert

RGB11610577-
CMYK00.090.340.55
HSL43.08º20.21%37.84%-
HSV(B)43.08º33.62%45.49%-
XYZ13.5914.359.07-
YUV105.1112.14135.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=38.93%
G=35.23%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161057700.090.340.5543.0820.2137.84
Hex74694D0922372b1426
Octal1641511150114267532446
Binary1110100110100110011010100110001011011110101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74694D; }

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

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

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

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

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

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

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

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