Shades of Cognac #9D463A
Tints of Cognac #9D463A
RGB
CMYK
RGB Variations
Color information
#9D463A (or 0x9D463A) is known color: Cognac. HEX triplet: 9D, 46 and 3A. RGB value is (157,70,58). Sum of RGB (Red+Green+Blue) = 157+70+58=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D463A is #62B9C5. Grayscale: #5E5E5E. Windows color (decimal): -6470086 or 3819165. OLE color: 3819165.
HSL color Cylindrical-coordinate representation of color #9D463A: hue angle of 7.27º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D463A is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 58 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.38 |
| HSL | 7.27º | 0.46% | 0.42% | - |
| HSV(B) | 7.27º | 0.63% | 0.62% | - |
| XYZ | 16.86 | 11.85 | 5.4 | - |
| YUV | 94.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 58 | 0 | 0.55 | 0.63 | 0.38 | 7.27 | 0.46 | 0.42 |
| Hex | 9D | 46 | 3A | 0 | 37 | 3F | 26 | 7 | 2E | 2A |
| Octal | 235 | 106 | 72 | 0 | 67 | 77 | 46 | 7 | 56 | 52 |
| Binary | 10011101 | 1000110 | 111010 | 0 | 110111 | 111111 | 100110 | 111 | 101110 | 101010 |
Color Harmonies of #9D463A
Complementary color
Monochromatic Colors of #9D463A
Black with #9D463A
Text Example
Text Example
White with #9D463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D463A; }
p { color: rgb(157,70,58); }
H1.HeaderClassName
{
color: #9D463A;
}
.AnyTagClassName
{
color: #9D463A;
}
</style>
background-color css
<style>
a { background-color: #9D463A; }
a { background-color: rgb(157,70,58); }
div.DivClassName
{
background-color: #9D463A;
}
.BgClassName
{
background-color: #9D463A;
}
</style>
border-color css
<style>
span { border-color: #9D463A; }
span { border-color: rgb(157,70,58); }
td.TdClassName
{
border-color: #9D463A;
}
.TagClassName
{
border-color: #9D463A;
}
</style>