Shades of Sepia #9A5846
Tints of Sepia #9A5846
RGB
CMYK
RGB Variations
Color information
#9A5846 (or 0x9A5846) is known color: Sepia. HEX triplet: 9A, 58 and 46. RGB value is (154,88,70). Sum of RGB (Red+Green+Blue) = 154+88+70=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5846 is #65A7B9. Grayscale: #696969. Windows color (decimal): -6662074 or 4610202. OLE color: 4610202.
HSL color Cylindrical-coordinate representation of color #9A5846: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5846 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 70 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.40 |
| HSL | 12.86º | 0.38% | 0.44% | - |
| HSV(B) | 12.86º | 0.55% | 0.6% | - |
| XYZ | 17.92 | 14.29 | 7.61 | - |
| YUV | 105.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 70 | 0 | 0.43 | 0.55 | 0.40 | 12.86 | 0.38 | 0.44 |
| Hex | 9A | 58 | 46 | 0 | 2B | 37 | 28 | D | 26 | 2C |
| Octal | 232 | 130 | 106 | 0 | 53 | 67 | 50 | 15 | 46 | 54 |
| Binary | 10011010 | 1011000 | 1000110 | 0 | 101011 | 110111 | 101000 | 1101 | 100110 | 101100 |
Color Harmonies of #9A5846
Complementary color
Monochromatic Colors of #9A5846
Black with #9A5846
Text Example
Text Example
White with #9A5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5846; }
p { color: rgb(154,88,70); }
H1.HeaderClassName
{
color: #9A5846;
}
.AnyTagClassName
{
color: #9A5846;
}
</style>
background-color css
<style>
a { background-color: #9A5846; }
a { background-color: rgb(154,88,70); }
div.DivClassName
{
background-color: #9A5846;
}
.BgClassName
{
background-color: #9A5846;
}
</style>
border-color css
<style>
span { border-color: #9A5846; }
span { border-color: rgb(154,88,70); }
td.TdClassName
{
border-color: #9A5846;
}
.TagClassName
{
border-color: #9A5846;
}
</style>