Shades of Cognac #9C4639
Tints of Cognac #9C4639
RGB
CMYK
RGB Variations
Color information
#9C4639 (or 0x9C4639) is known color: Cognac. HEX triplet: 9C, 46 and 39. RGB value is (156,70,57). Sum of RGB (Red+Green+Blue) = 156+70+57=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4639 is #63B9C6. Grayscale: #5E5E5E. Windows color (decimal): -6535623 or 3753628. OLE color: 3753628.
HSL color Cylindrical-coordinate representation of color #9C4639: hue angle of 7.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C4639 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 57 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.39 |
| HSL | 7.88º | 0.46% | 0.42% | - |
| HSV(B) | 7.88º | 0.63% | 0.61% | - |
| XYZ | 16.64 | 11.74 | 5.26 | - |
| YUV | 94.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 57 | 0 | 0.55 | 0.63 | 0.39 | 7.88 | 0.46 | 0.42 |
| Hex | 9C | 46 | 39 | 0 | 37 | 3F | 27 | 8 | 2E | 2A |
| Octal | 234 | 106 | 71 | 0 | 67 | 77 | 47 | 10 | 56 | 52 |
| Binary | 10011100 | 1000110 | 111001 | 0 | 110111 | 111111 | 100111 | 1000 | 101110 | 101010 |
Color Harmonies of #9C4639
Complementary color
Monochromatic Colors of #9C4639
Black with #9C4639
Text Example
Text Example
White with #9C4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4639; }
p { color: rgb(156,70,57); }
H1.HeaderClassName
{
color: #9C4639;
}
.AnyTagClassName
{
color: #9C4639;
}
</style>
background-color css
<style>
a { background-color: #9C4639; }
a { background-color: rgb(156,70,57); }
div.DivClassName
{
background-color: #9C4639;
}
.BgClassName
{
background-color: #9C4639;
}
</style>
border-color css
<style>
span { border-color: #9C4639; }
span { border-color: rgb(156,70,57); }
td.TdClassName
{
border-color: #9C4639;
}
.TagClassName
{
border-color: #9C4639;
}
</style>