#994C42

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

Shades of Cognac #994C42

Tints of Cognac #994C42

Color information

#994C42 (or 0x994C42) is unknown color: approx Cognac. HEX triplet: 99, 4C and 42. RGB value is (153,76,66). Sum of RGB (Red+Green+Blue) = 153+76+66=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C42 is #66B3BD. Grayscale: #626262. Windows color (decimal): -6730686 or 4344985. OLE color: 4344985.

HSL color Cylindrical-coordinate representation of color #994C42: hue angle of 6.9º 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 #994C42 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1537666-
CMYK00.500.570.4
HSL6.9º39.73%42.94%-
HSV(B)6.9º56.86%60%-
XYZ16.712.336.65-
YUV97.88110.01167.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=51.86%
G=25.76%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153766600.500.570.46.939.7342.94
Hex994C4203239287282b
Octal231114102062715075053
Binary10011001100110010000100110010111001101000111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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