#994642

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

Shades of Cognac #994642

Tints of Cognac #994642

Color information

#994642 (or 0x994642) is unknown color: approx Cognac. HEX triplet: 99, 46 and 42. RGB value is (153,70,66). Sum of RGB (Red+Green+Blue) = 153+70+66=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994642 is #66B9BD. Grayscale: #5E5E5E. Windows color (decimal): -6732222 or 4343449. OLE color: 4343449.

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

Color convert

RGB1537066-
CMYK00.540.570.4
HSL2.76º39.73%42.94%-
HSV(B)2.76º56.86%60%-
XYZ16.3111.556.52-
YUV94.36112169.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=52.94%
G=24.22%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153706600.540.570.42.7639.7342.94
Hex99464203639283282b
Octal231106102066715035053
Binary1001100110001101000010011011011100110100011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994642; }

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

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

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

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

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

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

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

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