Shades of Sepia #9C6246
Tints of Sepia #9C6246
RGB
CMYK
RGB Variations
Color information
#9C6246 (or 0x9C6246) is known color: Sepia. HEX triplet: 9C, 62 and 46. RGB value is (156,98,70). Sum of RGB (Red+Green+Blue) = 156+98+70=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6246 is #639DB9. Grayscale: #707070. Windows color (decimal): -6528442 or 4612764. OLE color: 4612764.
HSL color Cylindrical-coordinate representation of color #9C6246: hue angle of 19.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C6246 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 70 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.39 |
| HSL | 19.53º | 0.38% | 0.44% | - |
| HSV(B) | 19.53º | 0.55% | 0.61% | - |
| XYZ | 19.18 | 16.25 | 7.92 | - |
| YUV | 112.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 70 | 0 | 0.37 | 0.55 | 0.39 | 19.53 | 0.38 | 0.44 |
| Hex | 9C | 62 | 46 | 0 | 25 | 37 | 27 | 14 | 26 | 2C |
| Octal | 234 | 142 | 106 | 0 | 45 | 67 | 47 | 24 | 46 | 54 |
| Binary | 10011100 | 1100010 | 1000110 | 0 | 100101 | 110111 | 100111 | 10100 | 100110 | 101100 |
Color Harmonies of #9C6246
Complementary color
Monochromatic Colors of #9C6246
Black with #9C6246
Text Example
Text Example
White with #9C6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6246; }
p { color: rgb(156,98,70); }
H1.HeaderClassName
{
color: #9C6246;
}
.AnyTagClassName
{
color: #9C6246;
}
</style>
background-color css
<style>
a { background-color: #9C6246; }
a { background-color: rgb(156,98,70); }
div.DivClassName
{
background-color: #9C6246;
}
.BgClassName
{
background-color: #9C6246;
}
</style>
border-color css
<style>
span { border-color: #9C6246; }
span { border-color: rgb(156,98,70); }
td.TdClassName
{
border-color: #9C6246;
}
.TagClassName
{
border-color: #9C6246;
}
</style>