Shades of Cognac #9F4135
Tints of Cognac #9F4135
RGB
CMYK
RGB Variations
Color information
#9F4135 (or 0x9F4135) is known color: Cognac. HEX triplet: 9F, 41 and 35. RGB value is (159,65,53). Sum of RGB (Red+Green+Blue) = 159+65+53=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4135 is #60BECA. Grayscale: #5B5B5B. Windows color (decimal): -6340299 or 3490207. OLE color: 3490207.
HSL color Cylindrical-coordinate representation of color #9F4135: hue angle of 6.79º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F4135 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 53 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.38 |
| HSL | 6.79º | 0.5% | 0.42% | - |
| HSV(B) | 6.79º | 0.67% | 0.62% | - |
| XYZ | 16.83 | 11.41 | 4.68 | - |
| YUV | 91.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 53 | 0 | 0.59 | 0.67 | 0.38 | 6.79 | 0.5 | 0.42 |
| Hex | 9F | 41 | 35 | 0 | 3B | 43 | 26 | 7 | 32 | 2A |
| Octal | 237 | 101 | 65 | 0 | 73 | 103 | 46 | 7 | 62 | 52 |
| Binary | 10011111 | 1000001 | 110101 | 0 | 111011 | 1000011 | 100110 | 111 | 110010 | 101010 |
Color Harmonies of #9F4135
Complementary color
Monochromatic Colors of #9F4135
Black with #9F4135
Text Example
Text Example
White with #9F4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4135; }
p { color: rgb(159,65,53); }
H1.HeaderClassName
{
color: #9F4135;
}
.AnyTagClassName
{
color: #9F4135;
}
</style>
background-color css
<style>
a { background-color: #9F4135; }
a { background-color: rgb(159,65,53); }
div.DivClassName
{
background-color: #9F4135;
}
.BgClassName
{
background-color: #9F4135;
}
</style>
border-color css
<style>
span { border-color: #9F4135; }
span { border-color: rgb(159,65,53); }
td.TdClassName
{
border-color: #9F4135;
}
.TagClassName
{
border-color: #9F4135;
}
</style>