Shades of Sepia #9A6344
Tints of Sepia #9A6344
RGB
CMYK
RGB Variations
Color information
#9A6344 (or 0x9A6344) is known color: Sepia. HEX triplet: 9A, 63 and 44. RGB value is (154,99,68). Sum of RGB (Red+Green+Blue) = 154+99+68=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6344 is #659CBB. Grayscale: #707070. Windows color (decimal): -6659260 or 4481946. OLE color: 4481946.
HSL color Cylindrical-coordinate representation of color #9A6344: hue angle of 21.63º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A6344 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 68 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.40 |
| HSL | 21.63º | 0.39% | 0.44% | - |
| HSV(B) | 21.63º | 0.56% | 0.6% | - |
| XYZ | 18.83 | 16.21 | 7.61 | - |
| YUV | 111.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 68 | 0 | 0.36 | 0.56 | 0.40 | 21.63 | 0.39 | 0.44 |
| Hex | 9A | 63 | 44 | 0 | 24 | 38 | 28 | 16 | 27 | 2C |
| Octal | 232 | 143 | 104 | 0 | 44 | 70 | 50 | 26 | 47 | 54 |
| Binary | 10011010 | 1100011 | 1000100 | 0 | 100100 | 111000 | 101000 | 10110 | 100111 | 101100 |
Color Harmonies of #9A6344
Complementary color
Monochromatic Colors of #9A6344
Black with #9A6344
Text Example
Text Example
White with #9A6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6344; }
p { color: rgb(154,99,68); }
H1.HeaderClassName
{
color: #9A6344;
}
.AnyTagClassName
{
color: #9A6344;
}
</style>
background-color css
<style>
a { background-color: #9A6344; }
a { background-color: rgb(154,99,68); }
div.DivClassName
{
background-color: #9A6344;
}
.BgClassName
{
background-color: #9A6344;
}
</style>
border-color css
<style>
span { border-color: #9A6344; }
span { border-color: rgb(154,99,68); }
td.TdClassName
{
border-color: #9A6344;
}
.TagClassName
{
border-color: #9A6344;
}
</style>