Shades of Sorrell Brown #A6835D
Tints of Sorrell Brown #A6835D
RGB
CMYK
RGB Variations
Color information
#A6835D (or 0xA6835D) is known color: Sorrell Brown. HEX triplet: A6, 83 and 5D. RGB value is (166,131,93). Sum of RGB (Red+Green+Blue) = 166+131+93=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6835D is #597CA2. Grayscale: #898989. Windows color (decimal): -5864611 or 6128550. OLE color: 6128550.
HSL color Cylindrical-coordinate representation of color #A6835D: hue angle of 31.23º 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 #A6835D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 93 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.35 |
| HSL | 31.23º | 0.29% | 0.51% | - |
| HSV(B) | 31.23º | 0.44% | 0.65% | - |
| XYZ | 25.82 | 25.13 | 13.85 | - |
| YUV | 137.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 93 | 0 | 0.21 | 0.44 | 0.35 | 31.23 | 0.29 | 0.51 |
| Hex | A6 | 83 | 5D | 0 | 15 | 2C | 23 | 1F | 1D | 33 |
| Octal | 246 | 203 | 135 | 0 | 25 | 54 | 43 | 37 | 35 | 63 |
| Binary | 10100110 | 10000011 | 1011101 | 0 | 10101 | 101100 | 100011 | 11111 | 11101 | 110011 |
Color Harmonies of #A6835D
Complementary color
Monochromatic Colors of #A6835D
Black with #A6835D
Text Example
Text Example
White with #A6835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6835D; }
p { color: rgb(166,131,93); }
H1.HeaderClassName
{
color: #A6835D;
}
.AnyTagClassName
{
color: #A6835D;
}
</style>
background-color css
<style>
a { background-color: #A6835D; }
a { background-color: rgb(166,131,93); }
div.DivClassName
{
background-color: #A6835D;
}
.BgClassName
{
background-color: #A6835D;
}
</style>
border-color css
<style>
span { border-color: #A6835D; }
span { border-color: rgb(166,131,93); }
td.TdClassName
{
border-color: #A6835D;
}
.TagClassName
{
border-color: #A6835D;
}
</style>