Shades of Sepia #A65C41
Tints of Sepia #A65C41
RGB
CMYK
RGB Variations
Color information
#A65C41 (or 0xA65C41) is known color: Sepia. HEX triplet: A6, 5C and 41. RGB value is (166,92,65). Sum of RGB (Red+Green+Blue) = 166+92+65=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C41 is #59A3BE. Grayscale: #6F6F6F. Windows color (decimal): -5874623 or 4283558. OLE color: 4283558.
HSL color Cylindrical-coordinate representation of color #A65C41: hue angle of 16.04º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65C41 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 65 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.35 |
| HSL | 16.04º | 0.44% | 0.45% | - |
| HSV(B) | 16.04º | 0.61% | 0.65% | - |
| XYZ | 20.51 | 16.14 | 7.04 | - |
| YUV | 111.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 65 | 0 | 0.45 | 0.61 | 0.35 | 16.04 | 0.44 | 0.45 |
| Hex | A6 | 5C | 41 | 0 | 2D | 3D | 23 | 10 | 2C | 2D |
| Octal | 246 | 134 | 101 | 0 | 55 | 75 | 43 | 20 | 54 | 55 |
| Binary | 10100110 | 1011100 | 1000001 | 0 | 101101 | 111101 | 100011 | 10000 | 101100 | 101101 |
Color Harmonies of #A65C41
Complementary color
Monochromatic Colors of #A65C41
Black with #A65C41
Text Example
Text Example
White with #A65C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C41; }
p { color: rgb(166,92,65); }
H1.HeaderClassName
{
color: #A65C41;
}
.AnyTagClassName
{
color: #A65C41;
}
</style>
background-color css
<style>
a { background-color: #A65C41; }
a { background-color: rgb(166,92,65); }
div.DivClassName
{
background-color: #A65C41;
}
.BgClassName
{
background-color: #A65C41;
}
</style>
border-color css
<style>
span { border-color: #A65C41; }
span { border-color: rgb(166,92,65); }
td.TdClassName
{
border-color: #A65C41;
}
.TagClassName
{
border-color: #A65C41;
}
</style>