Shades of Sepia #9C563F
Tints of Sepia #9C563F
RGB
CMYK
RGB Variations
Color information
#9C563F (or 0x9C563F) is known color: Sepia. HEX triplet: 9C, 56 and 3F. RGB value is (156,86,63). Sum of RGB (Red+Green+Blue) = 156+86+63=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C563F is #63A9C0. Grayscale: #686868. Windows color (decimal): -6531521 or 4150940. OLE color: 4150940.
HSL color Cylindrical-coordinate representation of color #9C563F: hue angle of 14.84º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C563F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 63 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.39 |
| HSL | 14.84º | 0.42% | 0.43% | - |
| HSV(B) | 14.84º | 0.6% | 0.61% | - |
| XYZ | 17.94 | 14.08 | 6.48 | - |
| YUV | 104.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 63 | 0 | 0.45 | 0.60 | 0.39 | 14.84 | 0.42 | 0.43 |
| Hex | 9C | 56 | 3F | 0 | 2D | 3C | 27 | F | 2A | 2B |
| Octal | 234 | 126 | 77 | 0 | 55 | 74 | 47 | 17 | 52 | 53 |
| Binary | 10011100 | 1010110 | 111111 | 0 | 101101 | 111100 | 100111 | 1111 | 101010 | 101011 |
Color Harmonies of #9C563F
Complementary color
Monochromatic Colors of #9C563F
Black with #9C563F
Text Example
Text Example
White with #9C563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C563F; }
p { color: rgb(156,86,63); }
H1.HeaderClassName
{
color: #9C563F;
}
.AnyTagClassName
{
color: #9C563F;
}
</style>
background-color css
<style>
a { background-color: #9C563F; }
a { background-color: rgb(156,86,63); }
div.DivClassName
{
background-color: #9C563F;
}
.BgClassName
{
background-color: #9C563F;
}
</style>
border-color css
<style>
span { border-color: #9C563F; }
span { border-color: rgb(156,86,63); }
td.TdClassName
{
border-color: #9C563F;
}
.TagClassName
{
border-color: #9C563F;
}
</style>