Shades of Monarch #6F282F
Tints of Monarch #6F282F
RGB
CMYK
RGB Variations
Color information
#6F282F (or 0x6F282F) is known color: Monarch. HEX triplet: 6F, 28 and 2F. RGB value is (111,40,47). Sum of RGB (Red+Green+Blue) = 111+40+47=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F282F is #90D7D0. Grayscale: #3E3E3E. Windows color (decimal): -9492433 or 3090543. OLE color: 3090543.
HSL color Cylindrical-coordinate representation of color #6F282F: hue angle of 354.08º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F282F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 47 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.56 |
| HSL | 354.08º | 0.47% | 0.3% | - |
| HSV(B) | 354.08º | 0.64% | 0.44% | - |
| XYZ | 7.83 | 5.1 | 3.26 | - |
| YUV | 62.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 47 | 0 | 0.64 | 0.58 | 0.56 | 354.08 | 0.47 | 0.3 |
| Hex | 6F | 28 | 2F | 0 | 40 | 3A | 38 | 162 | 2F | 1E |
| Octal | 157 | 50 | 57 | 0 | 100 | 72 | 70 | 542 | 57 | 36 |
| Binary | 1101111 | 101000 | 101111 | 0 | 1000000 | 111010 | 111000 | 101100010 | 101111 | 11110 |
Color Harmonies of #6F282F
Complementary color
Monochromatic Colors of #6F282F
Black with #6F282F
Text Example
Text Example
White with #6F282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F282F; }
p { color: rgb(111,40,47); }
H1.HeaderClassName
{
color: #6F282F;
}
.AnyTagClassName
{
color: #6F282F;
}
</style>
background-color css
<style>
a { background-color: #6F282F; }
a { background-color: rgb(111,40,47); }
div.DivClassName
{
background-color: #6F282F;
}
.BgClassName
{
background-color: #6F282F;
}
</style>
border-color css
<style>
span { border-color: #6F282F; }
span { border-color: rgb(111,40,47); }
td.TdClassName
{
border-color: #6F282F;
}
.TagClassName
{
border-color: #6F282F;
}
</style>