Shades of Monarch #6F242F
Tints of Monarch #6F242F
RGB
CMYK
RGB Variations
Color information
#6F242F (or 0x6F242F) is known color: Monarch. HEX triplet: 6F, 24 and 2F. RGB value is (111,36,47). Sum of RGB (Red+Green+Blue) = 111+36+47=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F242F is #90DBD0. Grayscale: #3B3B3B. Windows color (decimal): -9493457 or 3089519. OLE color: 3089519.
HSL color Cylindrical-coordinate representation of color #6F242F: hue angle of 351.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F242F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 47 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.56 |
| HSL | 351.2º | 0.51% | 0.29% | - |
| HSV(B) | 351.2º | 0.68% | 0.44% | - |
| XYZ | 7.7 | 4.85 | 3.22 | - |
| YUV | 59.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 47 | 0 | 0.68 | 0.58 | 0.56 | 351.2 | 0.51 | 0.29 |
| Hex | 6F | 24 | 2F | 0 | 44 | 3A | 38 | 15F | 33 | 1D |
| Octal | 157 | 44 | 57 | 0 | 104 | 72 | 70 | 537 | 63 | 35 |
| Binary | 1101111 | 100100 | 101111 | 0 | 1000100 | 111010 | 111000 | 101011111 | 110011 | 11101 |
Color Harmonies of #6F242F
Complementary color
Monochromatic Colors of #6F242F
Black with #6F242F
Text Example
Text Example
White with #6F242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F242F; }
p { color: rgb(111,36,47); }
H1.HeaderClassName
{
color: #6F242F;
}
.AnyTagClassName
{
color: #6F242F;
}
</style>
background-color css
<style>
a { background-color: #6F242F; }
a { background-color: rgb(111,36,47); }
div.DivClassName
{
background-color: #6F242F;
}
.BgClassName
{
background-color: #6F242F;
}
</style>
border-color css
<style>
span { border-color: #6F242F; }
span { border-color: rgb(111,36,47); }
td.TdClassName
{
border-color: #6F242F;
}
.TagClassName
{
border-color: #6F242F;
}
</style>