Shades of Monarch #6B2931
Tints of Monarch #6B2931
RGB
CMYK
RGB Variations
Color information
#6B2931 (or 0x6B2931) is known color: Monarch. HEX triplet: 6B, 29 and 31. RGB value is (107,41,49). Sum of RGB (Red+Green+Blue) = 107+41+49=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2931 is #94D6CE. Grayscale: #3D3D3D. Windows color (decimal): -9754319 or 3221867. OLE color: 3221867.
HSL color Cylindrical-coordinate representation of color #6B2931: hue angle of 352.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2931 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 49 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.58 |
| HSL | 352.73º | 0.45% | 0.29% | - |
| HSV(B) | 352.73º | 0.62% | 0.42% | - |
| XYZ | 7.41 | 4.93 | 3.47 | - |
| YUV | 61.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 49 | 0 | 0.62 | 0.54 | 0.58 | 352.73 | 0.45 | 0.29 |
| Hex | 6B | 29 | 31 | 0 | 3E | 36 | 3A | 161 | 2D | 1D |
| Octal | 153 | 51 | 61 | 0 | 76 | 66 | 72 | 541 | 55 | 35 |
| Binary | 1101011 | 101001 | 110001 | 0 | 111110 | 110110 | 111010 | 101100001 | 101101 | 11101 |
Color Harmonies of #6B2931
Complementary color
Monochromatic Colors of #6B2931
Black with #6B2931
Text Example
Text Example
White with #6B2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2931; }
p { color: rgb(107,41,49); }
H1.HeaderClassName
{
color: #6B2931;
}
.AnyTagClassName
{
color: #6B2931;
}
</style>
background-color css
<style>
a { background-color: #6B2931; }
a { background-color: rgb(107,41,49); }
div.DivClassName
{
background-color: #6B2931;
}
.BgClassName
{
background-color: #6B2931;
}
</style>
border-color css
<style>
span { border-color: #6B2931; }
span { border-color: rgb(107,41,49); }
td.TdClassName
{
border-color: #6B2931;
}
.TagClassName
{
border-color: #6B2931;
}
</style>