Shades of Sorrell Brown #A6855D
Tints of Sorrell Brown #A6855D
RGB
CMYK
RGB Variations
Color information
#A6855D (or 0xA6855D) is known color: Sorrell Brown. HEX triplet: A6, 85 and 5D. RGB value is (166,133,93). Sum of RGB (Red+Green+Blue) = 166+133+93=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6855D is #597AA2. Grayscale: #8A8A8A. Windows color (decimal): -5864099 or 6129062. OLE color: 6129062.
HSL color Cylindrical-coordinate representation of color #A6855D: hue angle of 32.88º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6855D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 93 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.35 |
| HSL | 32.88º | 0.29% | 0.51% | - |
| HSV(B) | 32.88º | 0.44% | 0.65% | - |
| XYZ | 26.09 | 25.67 | 13.94 | - |
| YUV | 138.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 93 | 0 | 0.20 | 0.44 | 0.35 | 32.88 | 0.29 | 0.51 |
| Hex | A6 | 85 | 5D | 0 | 14 | 2C | 23 | 21 | 1D | 33 |
| Octal | 246 | 205 | 135 | 0 | 24 | 54 | 43 | 41 | 35 | 63 |
| Binary | 10100110 | 10000101 | 1011101 | 0 | 10100 | 101100 | 100011 | 100001 | 11101 | 110011 |
Color Harmonies of #A6855D
Complementary color
Monochromatic Colors of #A6855D
Black with #A6855D
Text Example
Text Example
White with #A6855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6855D; }
p { color: rgb(166,133,93); }
H1.HeaderClassName
{
color: #A6855D;
}
.AnyTagClassName
{
color: #A6855D;
}
</style>
background-color css
<style>
a { background-color: #A6855D; }
a { background-color: rgb(166,133,93); }
div.DivClassName
{
background-color: #A6855D;
}
.BgClassName
{
background-color: #A6855D;
}
</style>
border-color css
<style>
span { border-color: #A6855D; }
span { border-color: rgb(166,133,93); }
td.TdClassName
{
border-color: #A6855D;
}
.TagClassName
{
border-color: #A6855D;
}
</style>