Shades of Cognac #9B4339
Tints of Cognac #9B4339
RGB
CMYK
RGB Variations
Color information
#9B4339 (or 0x9B4339) is known color: Cognac. HEX triplet: 9B, 43 and 39. RGB value is (155,67,57). Sum of RGB (Red+Green+Blue) = 155+67+57=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4339 is #64BCC6. Grayscale: #5C5C5C. Windows color (decimal): -6601927 or 3752859. OLE color: 3752859.
HSL color Cylindrical-coordinate representation of color #9B4339: hue angle of 6.12º 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 #9B4339 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 57 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.39 |
| HSL | 6.12º | 0.46% | 0.42% | - |
| HSV(B) | 6.12º | 0.63% | 0.61% | - |
| XYZ | 16.26 | 11.28 | 5.19 | - |
| YUV | 92.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 57 | 0 | 0.57 | 0.63 | 0.39 | 6.12 | 0.46 | 0.42 |
| Hex | 9B | 43 | 39 | 0 | 39 | 3F | 27 | 6 | 2E | 2A |
| Octal | 233 | 103 | 71 | 0 | 71 | 77 | 47 | 6 | 56 | 52 |
| Binary | 10011011 | 1000011 | 111001 | 0 | 111001 | 111111 | 100111 | 110 | 101110 | 101010 |
Color Harmonies of #9B4339
Complementary color
Monochromatic Colors of #9B4339
Black with #9B4339
Text Example
Text Example
White with #9B4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4339; }
p { color: rgb(155,67,57); }
H1.HeaderClassName
{
color: #9B4339;
}
.AnyTagClassName
{
color: #9B4339;
}
</style>
background-color css
<style>
a { background-color: #9B4339; }
a { background-color: rgb(155,67,57); }
div.DivClassName
{
background-color: #9B4339;
}
.BgClassName
{
background-color: #9B4339;
}
</style>
border-color css
<style>
span { border-color: #9B4339; }
span { border-color: rgb(155,67,57); }
td.TdClassName
{
border-color: #9B4339;
}
.TagClassName
{
border-color: #9B4339;
}
</style>