Shades of Cognac #9B463C
Tints of Cognac #9B463C
RGB
CMYK
RGB Variations
Color information
#9B463C (or 0x9B463C) is known color: Cognac. HEX triplet: 9B, 46 and 3C. RGB value is (155,70,60). Sum of RGB (Red+Green+Blue) = 155+70+60=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B463C is #64B9C3. Grayscale: #5E5E5E. Windows color (decimal): -6601156 or 3950235. OLE color: 3950235.
HSL color Cylindrical-coordinate representation of color #9B463C: hue angle of 6.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B463C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 60 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.39 |
| HSL | 6.32º | 0.44% | 0.42% | - |
| HSV(B) | 6.32º | 0.61% | 0.61% | - |
| XYZ | 16.52 | 11.68 | 5.66 | - |
| YUV | 94.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 60 | 0 | 0.55 | 0.61 | 0.39 | 6.32 | 0.44 | 0.42 |
| Hex | 9B | 46 | 3C | 0 | 37 | 3D | 27 | 6 | 2C | 2A |
| Octal | 233 | 106 | 74 | 0 | 67 | 75 | 47 | 6 | 54 | 52 |
| Binary | 10011011 | 1000110 | 111100 | 0 | 110111 | 111101 | 100111 | 110 | 101100 | 101010 |
Color Harmonies of #9B463C
Complementary color
Monochromatic Colors of #9B463C
Black with #9B463C
Text Example
Text Example
White with #9B463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B463C; }
p { color: rgb(155,70,60); }
H1.HeaderClassName
{
color: #9B463C;
}
.AnyTagClassName
{
color: #9B463C;
}
</style>
background-color css
<style>
a { background-color: #9B463C; }
a { background-color: rgb(155,70,60); }
div.DivClassName
{
background-color: #9B463C;
}
.BgClassName
{
background-color: #9B463C;
}
</style>
border-color css
<style>
span { border-color: #9B463C; }
span { border-color: rgb(155,70,60); }
td.TdClassName
{
border-color: #9B463C;
}
.TagClassName
{
border-color: #9B463C;
}
</style>