#994840

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

Shades of Cognac #994840

Tints of Cognac #994840

Color information

#994840 (or 0x994840) is unknown color: approx Cognac. HEX triplet: 99, 48 and 40. RGB value is (153,72,64). Sum of RGB (Red+Green+Blue) = 153+72+64=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994840 is #66B7BF. Grayscale: #5F5F5F. Windows color (decimal): -6731712 or 4212889. OLE color: 4212889.

HSL color Cylindrical-coordinate representation of color #994840: hue angle of 5.39º 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 #994840 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1537264-
CMYK00.530.580.4
HSL5.39º41.01%42.55%-
HSV(B)5.39º58.17%60%-
XYZ16.3811.786.26-
YUV95.31110.34169.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=52.94%
G=24.91%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153726400.530.580.45.3941.0142.55
Hex9948400353A285292b
Octal231110100065725055153
Binary10011001100100010000000110101111010101000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994840; }

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

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

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

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

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

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

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

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