Shades of Sepia #9C604C
Tints of Sepia #9C604C
RGB
CMYK
RGB Variations
Color information
#9C604C (or 0x9C604C) is known color: Sepia. HEX triplet: 9C, 60 and 4C. RGB value is (156,96,76). Sum of RGB (Red+Green+Blue) = 156+96+76=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C604C is #639FB3. Grayscale: #6F6F6F. Windows color (decimal): -6528948 or 5005468. OLE color: 5005468.
HSL color Cylindrical-coordinate representation of color #9C604C: hue angle of 15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C604C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 76 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.39 |
| HSL | 15º | 0.34% | 0.45% | - |
| HSV(B) | 15º | 0.51% | 0.61% | - |
| XYZ | 19.2 | 15.96 | 8.91 | - |
| YUV | 111.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 76 | 0 | 0.38 | 0.51 | 0.39 | 15 | 0.34 | 0.45 |
| Hex | 9C | 60 | 4C | 0 | 26 | 33 | 27 | F | 22 | 2D |
| Octal | 234 | 140 | 114 | 0 | 46 | 63 | 47 | 17 | 42 | 55 |
| Binary | 10011100 | 1100000 | 1001100 | 0 | 100110 | 110011 | 100111 | 1111 | 100010 | 101101 |
Color Harmonies of #9C604C
Complementary color
Monochromatic Colors of #9C604C
Black with #9C604C
Text Example
Text Example
White with #9C604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C604C; }
p { color: rgb(156,96,76); }
H1.HeaderClassName
{
color: #9C604C;
}
.AnyTagClassName
{
color: #9C604C;
}
</style>
background-color css
<style>
a { background-color: #9C604C; }
a { background-color: rgb(156,96,76); }
div.DivClassName
{
background-color: #9C604C;
}
.BgClassName
{
background-color: #9C604C;
}
</style>
border-color css
<style>
span { border-color: #9C604C; }
span { border-color: rgb(156,96,76); }
td.TdClassName
{
border-color: #9C604C;
}
.TagClassName
{
border-color: #9C604C;
}
</style>