Shades of Sepia #A6583D
Tints of Sepia #A6583D
RGB
CMYK
RGB Variations
Color information
#A6583D (or 0xA6583D) is known color: Sepia. HEX triplet: A6, 58 and 3D. RGB value is (166,88,61). Sum of RGB (Red+Green+Blue) = 166+88+61=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6583D is #59A7C2. Grayscale: #6C6C6C. Windows color (decimal): -5875651 or 4020390. OLE color: 4020390.
HSL color Cylindrical-coordinate representation of color #A6583D: hue angle of 15.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6583D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 61 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.35 |
| HSL | 15.43º | 0.46% | 0.45% | - |
| HSV(B) | 15.43º | 0.63% | 0.65% | - |
| XYZ | 20.06 | 15.42 | 6.33 | - |
| YUV | 108.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 61 | 0 | 0.47 | 0.63 | 0.35 | 15.43 | 0.46 | 0.45 |
| Hex | A6 | 58 | 3D | 0 | 2F | 3F | 23 | F | 2E | 2D |
| Octal | 246 | 130 | 75 | 0 | 57 | 77 | 43 | 17 | 56 | 55 |
| Binary | 10100110 | 1011000 | 111101 | 0 | 101111 | 111111 | 100011 | 1111 | 101110 | 101101 |
Color Harmonies of #A6583D
Complementary color
Monochromatic Colors of #A6583D
Black with #A6583D
Text Example
Text Example
White with #A6583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6583D; }
p { color: rgb(166,88,61); }
H1.HeaderClassName
{
color: #A6583D;
}
.AnyTagClassName
{
color: #A6583D;
}
</style>
background-color css
<style>
a { background-color: #A6583D; }
a { background-color: rgb(166,88,61); }
div.DivClassName
{
background-color: #A6583D;
}
.BgClassName
{
background-color: #A6583D;
}
</style>
border-color css
<style>
span { border-color: #A6583D; }
span { border-color: rgb(166,88,61); }
td.TdClassName
{
border-color: #A6583D;
}
.TagClassName
{
border-color: #A6583D;
}
</style>