Shades of Monarch #6F232C
Tints of Monarch #6F232C
RGB
CMYK
RGB Variations
Color information
#6F232C (or 0x6F232C) is known color: Monarch. HEX triplet: 6F, 23 and 2C. RGB value is (111,35,44). Sum of RGB (Red+Green+Blue) = 111+35+44=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F232C is #90DCD3. Grayscale: #3A3A3A. Windows color (decimal): -9493716 or 2892655. OLE color: 2892655.
HSL color Cylindrical-coordinate representation of color #6F232C: hue angle of 352.89º 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 #6F232C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 44 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.56 |
| HSL | 352.89º | 0.52% | 0.29% | - |
| HSV(B) | 352.89º | 0.68% | 0.44% | - |
| XYZ | 7.61 | 4.76 | 2.9 | - |
| YUV | 58.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 44 | 0 | 0.68 | 0.60 | 0.56 | 352.89 | 0.52 | 0.29 |
| Hex | 6F | 23 | 2C | 0 | 44 | 3C | 38 | 161 | 34 | 1D |
| Octal | 157 | 43 | 54 | 0 | 104 | 74 | 70 | 541 | 64 | 35 |
| Binary | 1101111 | 100011 | 101100 | 0 | 1000100 | 111100 | 111000 | 101100001 | 110100 | 11101 |
Color Harmonies of #6F232C
Complementary color
Monochromatic Colors of #6F232C
Black with #6F232C
Text Example
Text Example
White with #6F232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F232C; }
p { color: rgb(111,35,44); }
H1.HeaderClassName
{
color: #6F232C;
}
.AnyTagClassName
{
color: #6F232C;
}
</style>
background-color css
<style>
a { background-color: #6F232C; }
a { background-color: rgb(111,35,44); }
div.DivClassName
{
background-color: #6F232C;
}
.BgClassName
{
background-color: #6F232C;
}
</style>
border-color css
<style>
span { border-color: #6F232C; }
span { border-color: rgb(111,35,44); }
td.TdClassName
{
border-color: #6F232C;
}
.TagClassName
{
border-color: #6F232C;
}
</style>