Shades of Monarch #6F232E
Tints of Monarch #6F232E
RGB
CMYK
RGB Variations
Color information
#6F232E (or 0x6F232E) is known color: Monarch. HEX triplet: 6F, 23 and 2E. RGB value is (111,35,46). Sum of RGB (Red+Green+Blue) = 111+35+46=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F232E is #90DCD1. Grayscale: #3B3B3B. Windows color (decimal): -9493714 or 3023727. OLE color: 3023727.
HSL color Cylindrical-coordinate representation of color #6F232E: hue angle of 351.32º degrees, saturation: 0.52, 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 #6F232E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 46 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.56 |
| HSL | 351.32º | 0.52% | 0.29% | - |
| HSV(B) | 351.32º | 0.68% | 0.44% | - |
| XYZ | 7.65 | 4.78 | 3.1 | - |
| YUV | 58.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 46 | 0 | 0.68 | 0.59 | 0.56 | 351.32 | 0.52 | 0.29 |
| Hex | 6F | 23 | 2E | 0 | 44 | 3B | 38 | 15F | 34 | 1D |
| Octal | 157 | 43 | 56 | 0 | 104 | 73 | 70 | 537 | 64 | 35 |
| Binary | 1101111 | 100011 | 101110 | 0 | 1000100 | 111011 | 111000 | 101011111 | 110100 | 11101 |
Color Harmonies of #6F232E
Complementary color
Monochromatic Colors of #6F232E
Black with #6F232E
Text Example
Text Example
White with #6F232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F232E; }
p { color: rgb(111,35,46); }
H1.HeaderClassName
{
color: #6F232E;
}
.AnyTagClassName
{
color: #6F232E;
}
</style>
background-color css
<style>
a { background-color: #6F232E; }
a { background-color: rgb(111,35,46); }
div.DivClassName
{
background-color: #6F232E;
}
.BgClassName
{
background-color: #6F232E;
}
</style>
border-color css
<style>
span { border-color: #6F232E; }
span { border-color: rgb(111,35,46); }
td.TdClassName
{
border-color: #6F232E;
}
.TagClassName
{
border-color: #6F232E;
}
</style>