Shades of Cognac #9F4038
Tints of Cognac #9F4038
RGB
CMYK
RGB Variations
Color information
#9F4038 (or 0x9F4038) is known color: Cognac. HEX triplet: 9F, 40 and 38. RGB value is (159,64,56). Sum of RGB (Red+Green+Blue) = 159+64+56=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4038 is #60BFC7. Grayscale: #5B5B5B. Windows color (decimal): -6340552 or 3686559. OLE color: 3686559.
HSL color Cylindrical-coordinate representation of color #9F4038: hue angle of 4.66º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4038 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 56 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.38 |
| HSL | 4.66º | 0.48% | 0.42% | - |
| HSV(B) | 4.66º | 0.65% | 0.62% | - |
| XYZ | 16.85 | 11.32 | 5.04 | - |
| YUV | 91.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 56 | 0 | 0.60 | 0.65 | 0.38 | 4.66 | 0.48 | 0.42 |
| Hex | 9F | 40 | 38 | 0 | 3C | 41 | 26 | 5 | 30 | 2A |
| Octal | 237 | 100 | 70 | 0 | 74 | 101 | 46 | 5 | 60 | 52 |
| Binary | 10011111 | 1000000 | 111000 | 0 | 111100 | 1000001 | 100110 | 101 | 110000 | 101010 |
Color Harmonies of #9F4038
Complementary color
Monochromatic Colors of #9F4038
Black with #9F4038
Text Example
Text Example
White with #9F4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4038; }
p { color: rgb(159,64,56); }
H1.HeaderClassName
{
color: #9F4038;
}
.AnyTagClassName
{
color: #9F4038;
}
</style>
background-color css
<style>
a { background-color: #9F4038; }
a { background-color: rgb(159,64,56); }
div.DivClassName
{
background-color: #9F4038;
}
.BgClassName
{
background-color: #9F4038;
}
</style>
border-color css
<style>
span { border-color: #9F4038; }
span { border-color: rgb(159,64,56); }
td.TdClassName
{
border-color: #9F4038;
}
.TagClassName
{
border-color: #9F4038;
}
</style>