Shades of Sepia #9F604A
Tints of Sepia #9F604A
RGB
CMYK
RGB Variations
Color information
#9F604A (or 0x9F604A) is known color: Sepia. HEX triplet: 9F, 60 and 4A. RGB value is (159,96,74). Sum of RGB (Red+Green+Blue) = 159+96+74=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F604A is #609FB5. Grayscale: #707070. Windows color (decimal): -6332342 or 4874399. OLE color: 4874399.
HSL color Cylindrical-coordinate representation of color #9F604A: hue angle of 15.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F604A is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 74 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.38 |
| HSL | 15.53º | 0.36% | 0.46% | - |
| HSV(B) | 15.53º | 0.53% | 0.62% | - |
| XYZ | 19.72 | 16.23 | 8.57 | - |
| YUV | 112.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 74 | 0 | 0.40 | 0.53 | 0.38 | 15.53 | 0.36 | 0.46 |
| Hex | 9F | 60 | 4A | 0 | 28 | 35 | 26 | 10 | 24 | 2E |
| Octal | 237 | 140 | 112 | 0 | 50 | 65 | 46 | 20 | 44 | 56 |
| Binary | 10011111 | 1100000 | 1001010 | 0 | 101000 | 110101 | 100110 | 10000 | 100100 | 101110 |
Color Harmonies of #9F604A
Complementary color
Monochromatic Colors of #9F604A
Black with #9F604A
Text Example
Text Example
White with #9F604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F604A; }
p { color: rgb(159,96,74); }
H1.HeaderClassName
{
color: #9F604A;
}
.AnyTagClassName
{
color: #9F604A;
}
</style>
background-color css
<style>
a { background-color: #9F604A; }
a { background-color: rgb(159,96,74); }
div.DivClassName
{
background-color: #9F604A;
}
.BgClassName
{
background-color: #9F604A;
}
</style>
border-color css
<style>
span { border-color: #9F604A; }
span { border-color: rgb(159,96,74); }
td.TdClassName
{
border-color: #9F604A;
}
.TagClassName
{
border-color: #9F604A;
}
</style>