Shades of Brown #A6341C
Tints of Brown #A6341C
RGB
CMYK
RGB Variations
Color information
#A6341C (or 0xA6341C) is known color: Brown. HEX triplet: A6, 34 and 1C. RGB value is (166,52,28). Sum of RGB (Red+Green+Blue) = 166+52+28=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6341C is #59CBE3. Grayscale: #535353. Windows color (decimal): -5884900 or 1848486. OLE color: 1848486.
HSL color Cylindrical-coordinate representation of color #A6341C: hue angle of 10.43º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6341C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 28 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.35 |
| HSL | 10.43º | 0.71% | 0.38% | - |
| HSV(B) | 10.43º | 0.83% | 0.65% | - |
| XYZ | 17.16 | 10.65 | 2.25 | - |
| YUV | 83.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 28 | 0 | 0.69 | 0.83 | 0.35 | 10.43 | 0.71 | 0.38 |
| Hex | A6 | 34 | 1C | 0 | 45 | 53 | 23 | A | 47 | 26 |
| Octal | 246 | 64 | 34 | 0 | 105 | 123 | 43 | 12 | 107 | 46 |
| Binary | 10100110 | 110100 | 11100 | 0 | 1000101 | 1010011 | 100011 | 1010 | 1000111 | 100110 |
Color Harmonies of #A6341C
Complementary color
Monochromatic Colors of #A6341C
Black with #A6341C
Text Example
Text Example
White with #A6341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6341C; }
p { color: rgb(166,52,28); }
H1.HeaderClassName
{
color: #A6341C;
}
.AnyTagClassName
{
color: #A6341C;
}
</style>
background-color css
<style>
a { background-color: #A6341C; }
a { background-color: rgb(166,52,28); }
div.DivClassName
{
background-color: #A6341C;
}
.BgClassName
{
background-color: #A6341C;
}
</style>
border-color css
<style>
span { border-color: #A6341C; }
span { border-color: rgb(166,52,28); }
td.TdClassName
{
border-color: #A6341C;
}
.TagClassName
{
border-color: #A6341C;
}
</style>