Shades of Cognac #9C4338
Tints of Cognac #9C4338
RGB
CMYK
RGB Variations
Color information
#9C4338 (or 0x9C4338) is known color: Cognac. HEX triplet: 9C, 43 and 38. RGB value is (156,67,56). Sum of RGB (Red+Green+Blue) = 156+67+56=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4338 is #63BCC7. Grayscale: #5C5C5C. Windows color (decimal): -6536392 or 3687324. OLE color: 3687324.
HSL color Cylindrical-coordinate representation of color #9C4338: hue angle of 6.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C4338 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 56 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.39 |
| HSL | 6.6º | 0.47% | 0.42% | - |
| HSV(B) | 6.6º | 0.64% | 0.61% | - |
| XYZ | 16.43 | 11.37 | 5.07 | - |
| YUV | 92.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 56 | 0 | 0.57 | 0.64 | 0.39 | 6.6 | 0.47 | 0.42 |
| Hex | 9C | 43 | 38 | 0 | 39 | 40 | 27 | 7 | 2F | 2A |
| Octal | 234 | 103 | 70 | 0 | 71 | 100 | 47 | 7 | 57 | 52 |
| Binary | 10011100 | 1000011 | 111000 | 0 | 111001 | 1000000 | 100111 | 111 | 101111 | 101010 |
Color Harmonies of #9C4338
Complementary color
Monochromatic Colors of #9C4338
Black with #9C4338
Text Example
Text Example
White with #9C4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4338; }
p { color: rgb(156,67,56); }
H1.HeaderClassName
{
color: #9C4338;
}
.AnyTagClassName
{
color: #9C4338;
}
</style>
background-color css
<style>
a { background-color: #9C4338; }
a { background-color: rgb(156,67,56); }
div.DivClassName
{
background-color: #9C4338;
}
.BgClassName
{
background-color: #9C4338;
}
</style>
border-color css
<style>
span { border-color: #9C4338; }
span { border-color: rgb(156,67,56); }
td.TdClassName
{
border-color: #9C4338;
}
.TagClassName
{
border-color: #9C4338;
}
</style>