Shades of Cognac #9D4136
Tints of Cognac #9D4136
RGB
CMYK
RGB Variations
Color information
#9D4136 (or 0x9D4136) is known color: Cognac. HEX triplet: 9D, 41 and 36. RGB value is (157,65,54). Sum of RGB (Red+Green+Blue) = 157+65+54=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4136 is #62BEC9. Grayscale: #5B5B5B. Windows color (decimal): -6471370 or 3555741. OLE color: 3555741.
HSL color Cylindrical-coordinate representation of color #9D4136: hue angle of 6.41º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4136 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 54 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.38 |
| HSL | 6.41º | 0.49% | 0.41% | - |
| HSV(B) | 6.41º | 0.66% | 0.62% | - |
| XYZ | 16.46 | 11.22 | 4.79 | - |
| YUV | 91.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 54 | 0 | 0.59 | 0.66 | 0.38 | 6.41 | 0.49 | 0.41 |
| Hex | 9D | 41 | 36 | 0 | 3B | 42 | 26 | 6 | 31 | 29 |
| Octal | 235 | 101 | 66 | 0 | 73 | 102 | 46 | 6 | 61 | 51 |
| Binary | 10011101 | 1000001 | 110110 | 0 | 111011 | 1000010 | 100110 | 110 | 110001 | 101001 |
Color Harmonies of #9D4136
Complementary color
Monochromatic Colors of #9D4136
Black with #9D4136
Text Example
Text Example
White with #9D4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4136; }
p { color: rgb(157,65,54); }
H1.HeaderClassName
{
color: #9D4136;
}
.AnyTagClassName
{
color: #9D4136;
}
</style>
background-color css
<style>
a { background-color: #9D4136; }
a { background-color: rgb(157,65,54); }
div.DivClassName
{
background-color: #9D4136;
}
.BgClassName
{
background-color: #9D4136;
}
</style>
border-color css
<style>
span { border-color: #9D4136; }
span { border-color: rgb(157,65,54); }
td.TdClassName
{
border-color: #9D4136;
}
.TagClassName
{
border-color: #9D4136;
}
</style>