Shades of Auburn #6A2A26
Tints of Auburn #6A2A26
RGB
CMYK
RGB Variations
Color information
#6A2A26 (or 0x6A2A26) is known color: Auburn. HEX triplet: 6A, 2A and 26. RGB value is (106,42,38). Sum of RGB (Red+Green+Blue) = 106+42+38=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A26 is #95D5D9. Grayscale: #3C3C3C. Windows color (decimal): -9819610 or 2501226. OLE color: 2501226.
HSL color Cylindrical-coordinate representation of color #6A2A26: hue angle of 3.53º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A2A26 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 42 | 38 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.58 |
| HSL | 3.53º | 0.47% | 0.28% | - |
| HSV(B) | 3.53º | 0.64% | 0.42% | - |
| XYZ | 7.12 | 4.86 | 2.4 | - |
| YUV | 60.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 38 | 0 | 0.60 | 0.64 | 0.58 | 3.53 | 0.47 | 0.28 |
| Hex | 6A | 2A | 26 | 0 | 3C | 40 | 3A | 4 | 2F | 1C |
| Octal | 152 | 52 | 46 | 0 | 74 | 100 | 72 | 4 | 57 | 34 |
| Binary | 1101010 | 101010 | 100110 | 0 | 111100 | 1000000 | 111010 | 100 | 101111 | 11100 |
Color Harmonies of #6A2A26
Complementary color
Monochromatic Colors of #6A2A26
Black with #6A2A26
Text Example
Text Example
White with #6A2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A26; }
p { color: rgb(106,42,38); }
H1.HeaderClassName
{
color: #6A2A26;
}
.AnyTagClassName
{
color: #6A2A26;
}
</style>
background-color css
<style>
a { background-color: #6A2A26; }
a { background-color: rgb(106,42,38); }
div.DivClassName
{
background-color: #6A2A26;
}
.BgClassName
{
background-color: #6A2A26;
}
</style>
border-color css
<style>
span { border-color: #6A2A26; }
span { border-color: rgb(106,42,38); }
td.TdClassName
{
border-color: #6A2A26;
}
.TagClassName
{
border-color: #6A2A26;
}
</style>