#994740

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

Shades of Cognac #994740

Tints of Cognac #994740

Color information

#994740 (or 0x994740) is unknown color: approx Cognac. HEX triplet: 99, 47 and 40. RGB value is (153,71,64). Sum of RGB (Red+Green+Blue) = 153+71+64=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994740 is #66B8BF. Grayscale: #5E5E5E. Windows color (decimal): -6731968 or 4212633. OLE color: 4212633.

HSL color Cylindrical-coordinate representation of color #994740: hue angle of 4.72º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994740 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1537164-
CMYK00.540.580.4
HSL4.72º41.01%42.55%-
HSV(B)4.72º58.17%60%-
XYZ16.3211.656.24-
YUV94.72110.67169.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=53.12%
G=24.65%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153716400.540.580.44.7241.0142.55
Hex9947400363A285292b
Octal231107100066725055153
Binary10011001100011110000000110110111010101000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994740; }

 p { color: rgb(153,71,64); }

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

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

 a { background-color: rgb(153,71,64); }

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

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

 span { border-color: rgb(153,71,64); }

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