Shades of Maroon #6A0F08
Tints of Maroon #6A0F08
RGB
CMYK
RGB Variations
Color information
#6A0F08 (or 0x6A0F08) is known color: Maroon. HEX triplet: 6A, 0F and 08. RGB value is (106,15,8). Sum of RGB (Red+Green+Blue) = 106+15+8=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0F08 is #95F0F7. Grayscale: #292929. Windows color (decimal): -9826552 or 528234. OLE color: 528234.
HSL color Cylindrical-coordinate representation of color #6A0F08: hue angle of 4.29º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0F08 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 8 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.58 |
| HSL | 4.29º | 0.86% | 0.22% | - |
| HSV(B) | 4.29º | 0.92% | 0.42% | - |
| XYZ | 6.16 | 3.42 | 0.57 | - |
| YUV | 41.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 8 | 0 | 0.86 | 0.92 | 0.58 | 4.29 | 0.86 | 0.22 |
| Hex | 6A | F | 8 | 0 | 56 | 5C | 3A | 4 | 56 | 16 |
| Octal | 152 | 17 | 10 | 0 | 126 | 134 | 72 | 4 | 126 | 26 |
| Binary | 1101010 | 1111 | 1000 | 0 | 1010110 | 1011100 | 111010 | 100 | 1010110 | 10110 |
Color Harmonies of #6A0F08
Complementary color
Monochromatic Colors of #6A0F08
Black with #6A0F08
Text Example
Text Example
White with #6A0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F08; }
p { color: rgb(106,15,8); }
H1.HeaderClassName
{
color: #6A0F08;
}
.AnyTagClassName
{
color: #6A0F08;
}
</style>
background-color css
<style>
a { background-color: #6A0F08; }
a { background-color: rgb(106,15,8); }
div.DivClassName
{
background-color: #6A0F08;
}
.BgClassName
{
background-color: #6A0F08;
}
</style>
border-color css
<style>
span { border-color: #6A0F08; }
span { border-color: rgb(106,15,8); }
td.TdClassName
{
border-color: #6A0F08;
}
.TagClassName
{
border-color: #6A0F08;
}
</style>