Shades of Sepia #9C604B
Tints of Sepia #9C604B
RGB
CMYK
RGB Variations
Color information
#9C604B (or 0x9C604B) is known color: Sepia. HEX triplet: 9C, 60 and 4B. RGB value is (156,96,75). Sum of RGB (Red+Green+Blue) = 156+96+75=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C604B is #639FB4. Grayscale: #6F6F6F. Windows color (decimal): -6528949 or 4939932. OLE color: 4939932.
HSL color Cylindrical-coordinate representation of color #9C604B: hue angle of 15.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C604B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 75 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.39 |
| HSL | 15.56º | 0.35% | 0.45% | - |
| HSV(B) | 15.56º | 0.52% | 0.61% | - |
| XYZ | 19.16 | 15.94 | 8.72 | - |
| YUV | 111.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 75 | 0 | 0.38 | 0.52 | 0.39 | 15.56 | 0.35 | 0.45 |
| Hex | 9C | 60 | 4B | 0 | 26 | 34 | 27 | 10 | 23 | 2D |
| Octal | 234 | 140 | 113 | 0 | 46 | 64 | 47 | 20 | 43 | 55 |
| Binary | 10011100 | 1100000 | 1001011 | 0 | 100110 | 110100 | 100111 | 10000 | 100011 | 101101 |
Color Harmonies of #9C604B
Complementary color
Monochromatic Colors of #9C604B
Black with #9C604B
Text Example
Text Example
White with #9C604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C604B; }
p { color: rgb(156,96,75); }
H1.HeaderClassName
{
color: #9C604B;
}
.AnyTagClassName
{
color: #9C604B;
}
</style>
background-color css
<style>
a { background-color: #9C604B; }
a { background-color: rgb(156,96,75); }
div.DivClassName
{
background-color: #9C604B;
}
.BgClassName
{
background-color: #9C604B;
}
</style>
border-color css
<style>
span { border-color: #9C604B; }
span { border-color: rgb(156,96,75); }
td.TdClassName
{
border-color: #9C604B;
}
.TagClassName
{
border-color: #9C604B;
}
</style>