Shades of Cognac #9E4C3C
Tints of Cognac #9E4C3C
RGB
CMYK
RGB Variations
Color information
#9E4C3C (or 0x9E4C3C) is known color: Cognac. HEX triplet: 9E, 4C and 3C. RGB value is (158,76,60). Sum of RGB (Red+Green+Blue) = 158+76+60=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4C3C is #61B3C3. Grayscale: #626262. Windows color (decimal): -6403012 or 3951774. OLE color: 3951774.
HSL color Cylindrical-coordinate representation of color #9E4C3C: hue angle of 9.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E4C3C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 60 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.38 |
| HSL | 9.8º | 0.45% | 0.43% | - |
| HSV(B) | 9.8º | 0.62% | 0.62% | - |
| XYZ | 17.5 | 12.76 | 5.82 | - |
| YUV | 98.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 60 | 0 | 0.52 | 0.62 | 0.38 | 9.8 | 0.45 | 0.43 |
| Hex | 9E | 4C | 3C | 0 | 34 | 3E | 26 | A | 2D | 2B |
| Octal | 236 | 114 | 74 | 0 | 64 | 76 | 46 | 12 | 55 | 53 |
| Binary | 10011110 | 1001100 | 111100 | 0 | 110100 | 111110 | 100110 | 1010 | 101101 | 101011 |
Color Harmonies of #9E4C3C
Complementary color
Monochromatic Colors of #9E4C3C
Black with #9E4C3C
Text Example
Text Example
White with #9E4C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C3C; }
p { color: rgb(158,76,60); }
H1.HeaderClassName
{
color: #9E4C3C;
}
.AnyTagClassName
{
color: #9E4C3C;
}
</style>
background-color css
<style>
a { background-color: #9E4C3C; }
a { background-color: rgb(158,76,60); }
div.DivClassName
{
background-color: #9E4C3C;
}
.BgClassName
{
background-color: #9E4C3C;
}
</style>
border-color css
<style>
span { border-color: #9E4C3C; }
span { border-color: rgb(158,76,60); }
td.TdClassName
{
border-color: #9E4C3C;
}
.TagClassName
{
border-color: #9E4C3C;
}
</style>