Shades of Maroon #6F1008
Tints of Maroon #6F1008
RGB
CMYK
RGB Variations
Color information
#6F1008 (or 0x6F1008) is known color: Maroon. HEX triplet: 6F, 10 and 08. RGB value is (111,16,8). Sum of RGB (Red+Green+Blue) = 111+16+8=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1008 is #90EFF7. Grayscale: #2B2B2B. Windows color (decimal): -9498616 or 528495. OLE color: 528495.
HSL color Cylindrical-coordinate representation of color #6F1008: hue angle of 4.66º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F1008 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 8 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.56 |
| HSL | 4.66º | 0.87% | 0.23% | - |
| HSV(B) | 4.66º | 0.93% | 0.44% | - |
| XYZ | 6.78 | 3.77 | 0.6 | - |
| YUV | 43.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 8 | 0 | 0.86 | 0.93 | 0.56 | 4.66 | 0.87 | 0.23 |
| Hex | 6F | 10 | 8 | 0 | 56 | 5D | 38 | 5 | 57 | 17 |
| Octal | 157 | 20 | 10 | 0 | 126 | 135 | 70 | 5 | 127 | 27 |
| Binary | 1101111 | 10000 | 1000 | 0 | 1010110 | 1011101 | 111000 | 101 | 1010111 | 10111 |
Color Harmonies of #6F1008
Complementary color
Monochromatic Colors of #6F1008
Black with #6F1008
Text Example
Text Example
White with #6F1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1008; }
p { color: rgb(111,16,8); }
H1.HeaderClassName
{
color: #6F1008;
}
.AnyTagClassName
{
color: #6F1008;
}
</style>
background-color css
<style>
a { background-color: #6F1008; }
a { background-color: rgb(111,16,8); }
div.DivClassName
{
background-color: #6F1008;
}
.BgClassName
{
background-color: #6F1008;
}
</style>
border-color css
<style>
span { border-color: #6F1008; }
span { border-color: rgb(111,16,8); }
td.TdClassName
{
border-color: #6F1008;
}
.TagClassName
{
border-color: #6F1008;
}
</style>