#994440

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

Shades of Cognac #994440

Tints of Cognac #994440

Color information

#994440 (or 0x994440) is unknown color: approx Cognac. HEX triplet: 99, 44 and 40. RGB value is (153,68,64). Sum of RGB (Red+Green+Blue) = 153+68+64=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994440 is #66BBBF. Grayscale: #5D5D5D. Windows color (decimal): -6732736 or 4211865. OLE color: 4211865.

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

Color convert

RGB1536864-
CMYK00.560.580.4
HSL2.7º41.01%42.55%-
HSV(B)2.7º58.17%60%-
XYZ16.1311.286.18-
YUV92.96111.66170.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=53.68%
G=23.86%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153686400.560.580.42.741.0142.55
Hex9944400383A283292b
Octal231104100070725035153
Binary1001100110001001000000011100011101010100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994440; }

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

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

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

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

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

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

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

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