Shades of Cognac #9C4D3C
Tints of Cognac #9C4D3C
RGB
CMYK
RGB Variations
Color information
#9C4D3C (or 0x9C4D3C) is known color: Cognac. HEX triplet: 9C, 4D and 3C. RGB value is (156,77,60). Sum of RGB (Red+Green+Blue) = 156+77+60=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4D3C is #63B2C3. Grayscale: #626262. Windows color (decimal): -6533828 or 3952028. OLE color: 3952028.
HSL color Cylindrical-coordinate representation of color #9C4D3C: hue angle of 10.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C4D3C is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 60 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.39 |
| HSL | 10.63º | 0.44% | 0.42% | - |
| HSV(B) | 10.63º | 0.62% | 0.61% | - |
| XYZ | 17.18 | 12.7 | 5.82 | - |
| YUV | 98.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 60 | 0 | 0.51 | 0.62 | 0.39 | 10.63 | 0.44 | 0.42 |
| Hex | 9C | 4D | 3C | 0 | 33 | 3E | 27 | B | 2C | 2A |
| Octal | 234 | 115 | 74 | 0 | 63 | 76 | 47 | 13 | 54 | 52 |
| Binary | 10011100 | 1001101 | 111100 | 0 | 110011 | 111110 | 100111 | 1011 | 101100 | 101010 |
Color Harmonies of #9C4D3C
Complementary color
Monochromatic Colors of #9C4D3C
Black with #9C4D3C
Text Example
Text Example
White with #9C4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D3C; }
p { color: rgb(156,77,60); }
H1.HeaderClassName
{
color: #9C4D3C;
}
.AnyTagClassName
{
color: #9C4D3C;
}
</style>
background-color css
<style>
a { background-color: #9C4D3C; }
a { background-color: rgb(156,77,60); }
div.DivClassName
{
background-color: #9C4D3C;
}
.BgClassName
{
background-color: #9C4D3C;
}
</style>
border-color css
<style>
span { border-color: #9C4D3C; }
span { border-color: rgb(156,77,60); }
td.TdClassName
{
border-color: #9C4D3C;
}
.TagClassName
{
border-color: #9C4D3C;
}
</style>