Shades of Monarch #6B202D
Tints of Monarch #6B202D
RGB
CMYK
RGB Variations
Color information
#6B202D (or 0x6B202D) is known color: Monarch. HEX triplet: 6B, 20 and 2D. RGB value is (107,32,45). Sum of RGB (Red+Green+Blue) = 107+32+45=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B202D is #94DFD2. Grayscale: #373737. Windows color (decimal): -9756627 or 2957419. OLE color: 2957419.
HSL color Cylindrical-coordinate representation of color #6B202D: hue angle of 349.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B202D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 45 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.58 |
| HSL | 349.6º | 0.54% | 0.27% | - |
| HSV(B) | 349.6º | 0.7% | 0.42% | - |
| XYZ | 7.05 | 4.35 | 2.95 | - |
| YUV | 55.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 45 | 0 | 0.70 | 0.58 | 0.58 | 349.6 | 0.54 | 0.27 |
| Hex | 6B | 20 | 2D | 0 | 46 | 3A | 3A | 15E | 36 | 1B |
| Octal | 153 | 40 | 55 | 0 | 106 | 72 | 72 | 536 | 66 | 33 |
| Binary | 1101011 | 100000 | 101101 | 0 | 1000110 | 111010 | 111010 | 101011110 | 110110 | 11011 |
Color Harmonies of #6B202D
Complementary color
Monochromatic Colors of #6B202D
Black with #6B202D
Text Example
Text Example
White with #6B202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B202D; }
p { color: rgb(107,32,45); }
H1.HeaderClassName
{
color: #6B202D;
}
.AnyTagClassName
{
color: #6B202D;
}
</style>
background-color css
<style>
a { background-color: #6B202D; }
a { background-color: rgb(107,32,45); }
div.DivClassName
{
background-color: #6B202D;
}
.BgClassName
{
background-color: #6B202D;
}
</style>
border-color css
<style>
span { border-color: #6B202D; }
span { border-color: rgb(107,32,45); }
td.TdClassName
{
border-color: #6B202D;
}
.TagClassName
{
border-color: #6B202D;
}
</style>