Shades of Maroon #6F1602
Tints of Maroon #6F1602
RGB
CMYK
RGB Variations
Color information
#6F1602 (or 0x6F1602) is known color: Maroon. HEX triplet: 6F, 16 and 02. RGB value is (111,22,2). Sum of RGB (Red+Green+Blue) = 111+22+2=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1602 is #90E9FD. Grayscale: #2E2E2E. Windows color (decimal): -9497086 or 136815. OLE color: 136815.
HSL color Cylindrical-coordinate representation of color #6F1602: hue angle of 11.01º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F1602 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 2 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.56 |
| HSL | 11.01º | 0.96% | 0.22% | - |
| HSV(B) | 11.01º | 0.98% | 0.44% | - |
| XYZ | 6.85 | 3.96 | 0.46 | - |
| YUV | 46.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 2 | 0 | 0.80 | 0.98 | 0.56 | 11.01 | 0.96 | 0.22 |
| Hex | 6F | 16 | 2 | 0 | 50 | 62 | 38 | B | 60 | 16 |
| Octal | 157 | 26 | 2 | 0 | 120 | 142 | 70 | 13 | 140 | 26 |
| Binary | 1101111 | 10110 | 10 | 0 | 1010000 | 1100010 | 111000 | 1011 | 1100000 | 10110 |
Color Harmonies of #6F1602
Complementary color
Monochromatic Colors of #6F1602
Black with #6F1602
Text Example
Text Example
White with #6F1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1602; }
p { color: rgb(111,22,2); }
H1.HeaderClassName
{
color: #6F1602;
}
.AnyTagClassName
{
color: #6F1602;
}
</style>
background-color css
<style>
a { background-color: #6F1602; }
a { background-color: rgb(111,22,2); }
div.DivClassName
{
background-color: #6F1602;
}
.BgClassName
{
background-color: #6F1602;
}
</style>
border-color css
<style>
span { border-color: #6F1602; }
span { border-color: rgb(111,22,2); }
td.TdClassName
{
border-color: #6F1602;
}
.TagClassName
{
border-color: #6F1602;
}
</style>