Shades of Brown #A6351B
Tints of Brown #A6351B
RGB
CMYK
RGB Variations
Color information
#A6351B (or 0xA6351B) is known color: Brown. HEX triplet: A6, 35 and 1B. RGB value is (166,53,27). Sum of RGB (Red+Green+Blue) = 166+53+27=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6351B is #59CAE4. Grayscale: #545454. Windows color (decimal): -5884645 or 1783206. OLE color: 1783206.
HSL color Cylindrical-coordinate representation of color #A6351B: hue angle of 11.22º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6351B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 27 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.35 |
| HSL | 11.22º | 0.72% | 0.38% | - |
| HSV(B) | 11.22º | 0.84% | 0.65% | - |
| XYZ | 17.2 | 10.73 | 2.2 | - |
| YUV | 83.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 27 | 0 | 0.68 | 0.84 | 0.35 | 11.22 | 0.72 | 0.38 |
| Hex | A6 | 35 | 1B | 0 | 44 | 54 | 23 | B | 48 | 26 |
| Octal | 246 | 65 | 33 | 0 | 104 | 124 | 43 | 13 | 110 | 46 |
| Binary | 10100110 | 110101 | 11011 | 0 | 1000100 | 1010100 | 100011 | 1011 | 1001000 | 100110 |
Color Harmonies of #A6351B
Complementary color
Monochromatic Colors of #A6351B
Black with #A6351B
Text Example
Text Example
White with #A6351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6351B; }
p { color: rgb(166,53,27); }
H1.HeaderClassName
{
color: #A6351B;
}
.AnyTagClassName
{
color: #A6351B;
}
</style>
background-color css
<style>
a { background-color: #A6351B; }
a { background-color: rgb(166,53,27); }
div.DivClassName
{
background-color: #A6351B;
}
.BgClassName
{
background-color: #A6351B;
}
</style>
border-color css
<style>
span { border-color: #A6351B; }
span { border-color: rgb(166,53,27); }
td.TdClassName
{
border-color: #A6351B;
}
.TagClassName
{
border-color: #A6351B;
}
</style>