Shades of Maroon #6F0600
Tints of Maroon #6F0600
RGB
CMYK
RGB Variations
Color information
#6F0600 (or 0x6F0600) is known color: Maroon. HEX triplet: 6F, 06 and 00. RGB value is (111,6,0). Sum of RGB (Red+Green+Blue) = 111+6+0=117 (15% of max value = 765). Red value is 111 (43.75% from 255 or 94.87% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0600 is #90F9FF. Grayscale: #242424. Windows color (decimal): -9501184 or 1647. OLE color: 1647.
HSL color Cylindrical-coordinate representation of color #6F0600: hue angle of 3.24º 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 #6F0600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.56 |
| HSL | 3.24º | 1% | 0.22% | - |
| HSV(B) | 3.24º | 1% | 0.44% | - |
| XYZ | 6.62 | 3.51 | 0.33 | - |
| YUV | 36.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 0 | 0 | 0.95 | 1 | 0.56 | 3.24 | 1 | 0.22 |
| Hex | 6F | 6 | 0 | 0 | 5F | 64 | 38 | 3 | 64 | 16 |
| Octal | 157 | 6 | 0 | 0 | 137 | 144 | 70 | 3 | 144 | 26 |
| Binary | 1101111 | 110 | 0 | 0 | 1011111 | 1100100 | 111000 | 11 | 1100100 | 10110 |
Color Harmonies of #6F0600
Complementary color
Monochromatic Colors of #6F0600
Black with #6F0600
Text Example
Text Example
White with #6F0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0600; }
p { color: rgb(111,6,0); }
H1.HeaderClassName
{
color: #6F0600;
}
.AnyTagClassName
{
color: #6F0600;
}
</style>
background-color css
<style>
a { background-color: #6F0600; }
a { background-color: rgb(111,6,0); }
div.DivClassName
{
background-color: #6F0600;
}
.BgClassName
{
background-color: #6F0600;
}
</style>
border-color css
<style>
span { border-color: #6F0600; }
span { border-color: rgb(111,6,0); }
td.TdClassName
{
border-color: #6F0600;
}
.TagClassName
{
border-color: #6F0600;
}
</style>