Shades of Maroon #6F1000
Tints of Maroon #6F1000
RGB
CMYK
RGB Variations
Color information
#6F1000 (or 0x6F1000) is known color: Maroon. HEX triplet: 6F, 10 and 00. RGB value is (111,16,0). Sum of RGB (Red+Green+Blue) = 111+16+0=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1000 is #90EFFF. Grayscale: #2A2A2A. Windows color (decimal): -9498624 or 4207. OLE color: 4207.
HSL color Cylindrical-coordinate representation of color #6F1000: hue angle of 8.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F1000 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.56 |
| HSL | 8.65º | 1% | 0.22% | - |
| HSV(B) | 8.65º | 1% | 0.44% | - |
| XYZ | 6.74 | 3.75 | 0.37 | - |
| YUV | 42.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 0 | 0 | 0.86 | 1 | 0.56 | 8.65 | 1 | 0.22 |
| Hex | 6F | 10 | 0 | 0 | 56 | 64 | 38 | 9 | 64 | 16 |
| Octal | 157 | 20 | 0 | 0 | 126 | 144 | 70 | 11 | 144 | 26 |
| Binary | 1101111 | 10000 | 0 | 0 | 1010110 | 1100100 | 111000 | 1001 | 1100100 | 10110 |
Color Harmonies of #6F1000
Complementary color
Monochromatic Colors of #6F1000
Black with #6F1000
Text Example
Text Example
White with #6F1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1000; }
p { color: rgb(111,16,0); }
H1.HeaderClassName
{
color: #6F1000;
}
.AnyTagClassName
{
color: #6F1000;
}
</style>
background-color css
<style>
a { background-color: #6F1000; }
a { background-color: rgb(111,16,0); }
div.DivClassName
{
background-color: #6F1000;
}
.BgClassName
{
background-color: #6F1000;
}
</style>
border-color css
<style>
span { border-color: #6F1000; }
span { border-color: rgb(111,16,0); }
td.TdClassName
{
border-color: #6F1000;
}
.TagClassName
{
border-color: #6F1000;
}
</style>