Shades of Cognac #9D463F
Tints of Cognac #9D463F
RGB
CMYK
RGB Variations
Color information
#9D463F (or 0x9D463F) is known color: Cognac. HEX triplet: 9D, 46 and 3F. RGB value is (157,70,63). Sum of RGB (Red+Green+Blue) = 157+70+63=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D463F is #62B9C0. Grayscale: #5F5F5F. Windows color (decimal): -6470081 or 4146845. OLE color: 4146845.
HSL color Cylindrical-coordinate representation of color #9D463F: hue angle of 4.47º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D463F is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 63 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.38 |
| HSL | 4.47º | 0.43% | 0.43% | - |
| HSV(B) | 4.47º | 0.6% | 0.62% | - |
| XYZ | 16.99 | 11.91 | 6.11 | - |
| YUV | 95.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 63 | 0 | 0.55 | 0.60 | 0.38 | 4.47 | 0.43 | 0.43 |
| Hex | 9D | 46 | 3F | 0 | 37 | 3C | 26 | 4 | 2B | 2B |
| Octal | 235 | 106 | 77 | 0 | 67 | 74 | 46 | 4 | 53 | 53 |
| Binary | 10011101 | 1000110 | 111111 | 0 | 110111 | 111100 | 100110 | 100 | 101011 | 101011 |
Color Harmonies of #9D463F
Complementary color
Monochromatic Colors of #9D463F
Black with #9D463F
Text Example
Text Example
White with #9D463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D463F; }
p { color: rgb(157,70,63); }
H1.HeaderClassName
{
color: #9D463F;
}
.AnyTagClassName
{
color: #9D463F;
}
</style>
background-color css
<style>
a { background-color: #9D463F; }
a { background-color: rgb(157,70,63); }
div.DivClassName
{
background-color: #9D463F;
}
.BgClassName
{
background-color: #9D463F;
}
</style>
border-color css
<style>
span { border-color: #9D463F; }
span { border-color: rgb(157,70,63); }
td.TdClassName
{
border-color: #9D463F;
}
.TagClassName
{
border-color: #9D463F;
}
</style>