Shades of Monarch #6F252C
Tints of Monarch #6F252C
RGB
CMYK
RGB Variations
Color information
#6F252C (or 0x6F252C) is known color: Monarch. HEX triplet: 6F, 25 and 2C. RGB value is (111,37,44). Sum of RGB (Red+Green+Blue) = 111+37+44=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F252C is #90DAD3. Grayscale: #3B3B3B. Windows color (decimal): -9493204 or 2893167. OLE color: 2893167.
HSL color Cylindrical-coordinate representation of color #6F252C: hue angle of 354.32º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F252C is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 44 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.56 |
| HSL | 354.32º | 0.5% | 0.29% | - |
| HSV(B) | 354.32º | 0.67% | 0.44% | - |
| XYZ | 7.67 | 4.88 | 2.92 | - |
| YUV | 59.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 44 | 0 | 0.67 | 0.60 | 0.56 | 354.32 | 0.5 | 0.29 |
| Hex | 6F | 25 | 2C | 0 | 43 | 3C | 38 | 162 | 32 | 1D |
| Octal | 157 | 45 | 54 | 0 | 103 | 74 | 70 | 542 | 62 | 35 |
| Binary | 1101111 | 100101 | 101100 | 0 | 1000011 | 111100 | 111000 | 101100010 | 110010 | 11101 |
Color Harmonies of #6F252C
Complementary color
Monochromatic Colors of #6F252C
Black with #6F252C
Text Example
Text Example
White with #6F252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F252C; }
p { color: rgb(111,37,44); }
H1.HeaderClassName
{
color: #6F252C;
}
.AnyTagClassName
{
color: #6F252C;
}
</style>
background-color css
<style>
a { background-color: #6F252C; }
a { background-color: rgb(111,37,44); }
div.DivClassName
{
background-color: #6F252C;
}
.BgClassName
{
background-color: #6F252C;
}
</style>
border-color css
<style>
span { border-color: #6F252C; }
span { border-color: rgb(111,37,44); }
td.TdClassName
{
border-color: #6F252C;
}
.TagClassName
{
border-color: #6F252C;
}
</style>