Shades of Brown #A6301B
Tints of Brown #A6301B
RGB
CMYK
RGB Variations
Color information
#A6301B (or 0xA6301B) is known color: Brown. HEX triplet: A6, 30 and 1B. RGB value is (166,48,27). Sum of RGB (Red+Green+Blue) = 166+48+27=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A6301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6301B is #59CFE4. Grayscale: #515151. Windows color (decimal): -5885925 or 1781926. OLE color: 1781926.
HSL color Cylindrical-coordinate representation of color #A6301B: hue angle of 9.06º 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 #A6301B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 27 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.35 |
| HSL | 9.06º | 0.72% | 0.38% | - |
| HSV(B) | 9.06º | 0.84% | 0.65% | - |
| XYZ | 16.98 | 10.3 | 2.13 | - |
| YUV | 80.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 27 | 0 | 0.71 | 0.84 | 0.35 | 9.06 | 0.72 | 0.38 |
| Hex | A6 | 30 | 1B | 0 | 47 | 54 | 23 | 9 | 48 | 26 |
| Octal | 246 | 60 | 33 | 0 | 107 | 124 | 43 | 11 | 110 | 46 |
| Binary | 10100110 | 110000 | 11011 | 0 | 1000111 | 1010100 | 100011 | 1001 | 1001000 | 100110 |
Color Harmonies of #A6301B
Complementary color
Monochromatic Colors of #A6301B
Black with #A6301B
Text Example
Text Example
White with #A6301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6301B; }
p { color: rgb(166,48,27); }
H1.HeaderClassName
{
color: #A6301B;
}
.AnyTagClassName
{
color: #A6301B;
}
</style>
background-color css
<style>
a { background-color: #A6301B; }
a { background-color: rgb(166,48,27); }
div.DivClassName
{
background-color: #A6301B;
}
.BgClassName
{
background-color: #A6301B;
}
</style>
border-color css
<style>
span { border-color: #A6301B; }
span { border-color: rgb(166,48,27); }
td.TdClassName
{
border-color: #A6301B;
}
.TagClassName
{
border-color: #A6301B;
}
</style>