Shades of Cognac #9D463B
Tints of Cognac #9D463B
RGB
CMYK
RGB Variations
Color information
#9D463B (or 0x9D463B) is known color: Cognac. HEX triplet: 9D, 46 and 3B. RGB value is (157,70,59). Sum of RGB (Red+Green+Blue) = 157+70+59=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D463B is #62B9C4. Grayscale: #5E5E5E. Windows color (decimal): -6470085 or 3884701. OLE color: 3884701.
HSL color Cylindrical-coordinate representation of color #9D463B: hue angle of 6.73º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D463B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 59 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.38 |
| HSL | 6.73º | 0.45% | 0.42% | - |
| HSV(B) | 6.73º | 0.62% | 0.62% | - |
| XYZ | 16.88 | 11.86 | 5.54 | - |
| YUV | 94.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 59 | 0 | 0.55 | 0.62 | 0.38 | 6.73 | 0.45 | 0.42 |
| Hex | 9D | 46 | 3B | 0 | 37 | 3E | 26 | 7 | 2D | 2A |
| Octal | 235 | 106 | 73 | 0 | 67 | 76 | 46 | 7 | 55 | 52 |
| Binary | 10011101 | 1000110 | 111011 | 0 | 110111 | 111110 | 100110 | 111 | 101101 | 101010 |
Color Harmonies of #9D463B
Complementary color
Monochromatic Colors of #9D463B
Black with #9D463B
Text Example
Text Example
White with #9D463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D463B; }
p { color: rgb(157,70,59); }
H1.HeaderClassName
{
color: #9D463B;
}
.AnyTagClassName
{
color: #9D463B;
}
</style>
background-color css
<style>
a { background-color: #9D463B; }
a { background-color: rgb(157,70,59); }
div.DivClassName
{
background-color: #9D463B;
}
.BgClassName
{
background-color: #9D463B;
}
</style>
border-color css
<style>
span { border-color: #9D463B; }
span { border-color: rgb(157,70,59); }
td.TdClassName
{
border-color: #9D463B;
}
.TagClassName
{
border-color: #9D463B;
}
</style>