#994E42

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

Shades of Cognac #994E42

Tints of Cognac #994E42

Color information

#994E42 (or 0x994E42) is unknown color: approx Cognac. HEX triplet: 99, 4E and 42. RGB value is (153,78,66). Sum of RGB (Red+Green+Blue) = 153+78+66=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E42 is #66B1BD. Grayscale: #636363. Windows color (decimal): -6730174 or 4345497. OLE color: 4345497.

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

Color convert

RGB1537866-
CMYK00.490.570.4
HSL8.28º39.73%42.94%-
HSV(B)8.28º56.86%60%-
XYZ16.8412.616.7-
YUV99.06109.35166.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=51.52%
G=26.26%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153786600.490.570.48.2839.7342.94
Hex994E4203139288282b
Octal2311161020617150105053
Binary100110011001110100001001100011110011010001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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