Shades of Cognac #9B4237
Tints of Cognac #9B4237
RGB
CMYK
RGB Variations
Color information
#9B4237 (or 0x9B4237) is known color: Cognac. HEX triplet: 9B, 42 and 37. RGB value is (155,66,55). Sum of RGB (Red+Green+Blue) = 155+66+55=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4237 is #64BDC8. Grayscale: #5B5B5B. Windows color (decimal): -6602185 or 3621531. OLE color: 3621531.
HSL color Cylindrical-coordinate representation of color #9B4237: hue angle of 6.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B4237 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 55 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.39 |
| HSL | 6.6º | 0.48% | 0.41% | - |
| HSV(B) | 6.6º | 0.65% | 0.61% | - |
| XYZ | 16.16 | 11.14 | 4.91 | - |
| YUV | 91.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 55 | 0 | 0.57 | 0.65 | 0.39 | 6.6 | 0.48 | 0.41 |
| Hex | 9B | 42 | 37 | 0 | 39 | 41 | 27 | 7 | 30 | 29 |
| Octal | 233 | 102 | 67 | 0 | 71 | 101 | 47 | 7 | 60 | 51 |
| Binary | 10011011 | 1000010 | 110111 | 0 | 111001 | 1000001 | 100111 | 111 | 110000 | 101001 |
Color Harmonies of #9B4237
Complementary color
Monochromatic Colors of #9B4237
Black with #9B4237
Text Example
Text Example
White with #9B4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4237; }
p { color: rgb(155,66,55); }
H1.HeaderClassName
{
color: #9B4237;
}
.AnyTagClassName
{
color: #9B4237;
}
</style>
background-color css
<style>
a { background-color: #9B4237; }
a { background-color: rgb(155,66,55); }
div.DivClassName
{
background-color: #9B4237;
}
.BgClassName
{
background-color: #9B4237;
}
</style>
border-color css
<style>
span { border-color: #9B4237; }
span { border-color: rgb(155,66,55); }
td.TdClassName
{
border-color: #9B4237;
}
.TagClassName
{
border-color: #9B4237;
}
</style>