Shades of Cognac #9B463A
Tints of Cognac #9B463A
RGB
CMYK
RGB Variations
Color information
#9B463A (or 0x9B463A) is known color: Cognac. HEX triplet: 9B, 46 and 3A. RGB value is (155,70,58). Sum of RGB (Red+Green+Blue) = 155+70+58=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B463A is #64B9C5. Grayscale: #5E5E5E. Windows color (decimal): -6601158 or 3819163. OLE color: 3819163.
HSL color Cylindrical-coordinate representation of color #9B463A: hue angle of 7.42º 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 #9B463A is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 58 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.39 |
| HSL | 7.42º | 0.46% | 0.42% | - |
| HSV(B) | 7.42º | 0.63% | 0.61% | - |
| XYZ | 16.47 | 11.65 | 5.38 | - |
| YUV | 94.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 58 | 0 | 0.55 | 0.63 | 0.39 | 7.42 | 0.46 | 0.42 |
| Hex | 9B | 46 | 3A | 0 | 37 | 3F | 27 | 7 | 2E | 2A |
| Octal | 233 | 106 | 72 | 0 | 67 | 77 | 47 | 7 | 56 | 52 |
| Binary | 10011011 | 1000110 | 111010 | 0 | 110111 | 111111 | 100111 | 111 | 101110 | 101010 |
Color Harmonies of #9B463A
Complementary color
Monochromatic Colors of #9B463A
Black with #9B463A
Text Example
Text Example
White with #9B463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B463A; }
p { color: rgb(155,70,58); }
H1.HeaderClassName
{
color: #9B463A;
}
.AnyTagClassName
{
color: #9B463A;
}
</style>
background-color css
<style>
a { background-color: #9B463A; }
a { background-color: rgb(155,70,58); }
div.DivClassName
{
background-color: #9B463A;
}
.BgClassName
{
background-color: #9B463A;
}
</style>
border-color css
<style>
span { border-color: #9B463A; }
span { border-color: rgb(155,70,58); }
td.TdClassName
{
border-color: #9B463A;
}
.TagClassName
{
border-color: #9B463A;
}
</style>