Shades of Cognac #9B4639
Tints of Cognac #9B4639
RGB
CMYK
RGB Variations
Color information
#9B4639 (or 0x9B4639) is known color: Cognac. HEX triplet: 9B, 46 and 39. RGB value is (155,70,57). Sum of RGB (Red+Green+Blue) = 155+70+57=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4639 is #64B9C6. Grayscale: #5E5E5E. Windows color (decimal): -6601159 or 3753627. OLE color: 3753627.
HSL color Cylindrical-coordinate representation of color #9B4639: hue angle of 7.96º 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 #9B4639 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 57 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.39 |
| HSL | 7.96º | 0.46% | 0.42% | - |
| HSV(B) | 7.96º | 0.63% | 0.61% | - |
| XYZ | 16.45 | 11.64 | 5.25 | - |
| YUV | 93.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 57 | 0 | 0.55 | 0.63 | 0.39 | 7.96 | 0.46 | 0.42 |
| Hex | 9B | 46 | 39 | 0 | 37 | 3F | 27 | 8 | 2E | 2A |
| Octal | 233 | 106 | 71 | 0 | 67 | 77 | 47 | 10 | 56 | 52 |
| Binary | 10011011 | 1000110 | 111001 | 0 | 110111 | 111111 | 100111 | 1000 | 101110 | 101010 |
Color Harmonies of #9B4639
Complementary color
Monochromatic Colors of #9B4639
Black with #9B4639
Text Example
Text Example
White with #9B4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4639; }
p { color: rgb(155,70,57); }
H1.HeaderClassName
{
color: #9B4639;
}
.AnyTagClassName
{
color: #9B4639;
}
</style>
background-color css
<style>
a { background-color: #9B4639; }
a { background-color: rgb(155,70,57); }
div.DivClassName
{
background-color: #9B4639;
}
.BgClassName
{
background-color: #9B4639;
}
</style>
border-color css
<style>
span { border-color: #9B4639; }
span { border-color: rgb(155,70,57); }
td.TdClassName
{
border-color: #9B4639;
}
.TagClassName
{
border-color: #9B4639;
}
</style>