Shades of Cognac #9E4436
Tints of Cognac #9E4436
RGB
CMYK
RGB Variations
Color information
#9E4436 (or 0x9E4436) is known color: Cognac. HEX triplet: 9E, 44 and 36. RGB value is (158,68,54). Sum of RGB (Red+Green+Blue) = 158+68+54=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4436 is #61BBC9. Grayscale: #5D5D5D. Windows color (decimal): -6405066 or 3556510. OLE color: 3556510.
HSL color Cylindrical-coordinate representation of color #9E4436: hue angle of 8.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4436 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 54 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.38 |
| HSL | 8.08º | 0.49% | 0.42% | - |
| HSV(B) | 8.08º | 0.66% | 0.62% | - |
| XYZ | 16.83 | 11.67 | 4.86 | - |
| YUV | 93.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 54 | 0 | 0.57 | 0.66 | 0.38 | 8.08 | 0.49 | 0.42 |
| Hex | 9E | 44 | 36 | 0 | 39 | 42 | 26 | 8 | 31 | 2A |
| Octal | 236 | 104 | 66 | 0 | 71 | 102 | 46 | 10 | 61 | 52 |
| Binary | 10011110 | 1000100 | 110110 | 0 | 111001 | 1000010 | 100110 | 1000 | 110001 | 101010 |
Color Harmonies of #9E4436
Complementary color
Monochromatic Colors of #9E4436
Black with #9E4436
Text Example
Text Example
White with #9E4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4436; }
p { color: rgb(158,68,54); }
H1.HeaderClassName
{
color: #9E4436;
}
.AnyTagClassName
{
color: #9E4436;
}
</style>
background-color css
<style>
a { background-color: #9E4436; }
a { background-color: rgb(158,68,54); }
div.DivClassName
{
background-color: #9E4436;
}
.BgClassName
{
background-color: #9E4436;
}
</style>
border-color css
<style>
span { border-color: #9E4436; }
span { border-color: rgb(158,68,54); }
td.TdClassName
{
border-color: #9E4436;
}
.TagClassName
{
border-color: #9E4436;
}
</style>