#994E41

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

Shades of Cognac #994E41

Tints of Cognac #994E41

Color information

#994E41 (or 0x994E41) is unknown color: approx Cognac. HEX triplet: 99, 4E and 41. RGB value is (153,78,65). Sum of RGB (Red+Green+Blue) = 153+78+65=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #994E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E41 is #66B1BE. Grayscale: #636363. Windows color (decimal): -6730175 or 4279961. OLE color: 4279961.

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

Color convert

RGB1537865-
CMYK00.490.580.4
HSL8.86º40.37%42.75%-
HSV(B)8.86º57.52%60%-
XYZ16.8212.66.55-
YUV98.94108.85166.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=51.69%
G=26.35%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153786500.490.580.48.8640.3742.75
Hex994E410313A289282b
Octal2311161010617250115053
Binary100110011001110100000101100011110101010001001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E41; }

 p { color: rgb(153,78,65); }

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

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

 a { background-color: rgb(153,78,65); }

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

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

 span { border-color: rgb(153,78,65); }

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