Shades of Monarch #6B202B
Tints of Monarch #6B202B
RGB
CMYK
RGB Variations
Color information
#6B202B (or 0x6B202B) is known color: Monarch. HEX triplet: 6B, 20 and 2B. RGB value is (107,32,43). Sum of RGB (Red+Green+Blue) = 107+32+43=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B202B is #94DFD4. Grayscale: #373737. Windows color (decimal): -9756629 or 2826347. OLE color: 2826347.
HSL color Cylindrical-coordinate representation of color #6B202B: hue angle of 351.2º 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 #6B202B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 43 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.58 |
| HSL | 351.2º | 0.54% | 0.27% | - |
| HSV(B) | 351.2º | 0.7% | 0.42% | - |
| XYZ | 7.02 | 4.33 | 2.75 | - |
| YUV | 55.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 43 | 0 | 0.70 | 0.60 | 0.58 | 351.2 | 0.54 | 0.27 |
| Hex | 6B | 20 | 2B | 0 | 46 | 3C | 3A | 15F | 36 | 1B |
| Octal | 153 | 40 | 53 | 0 | 106 | 74 | 72 | 537 | 66 | 33 |
| Binary | 1101011 | 100000 | 101011 | 0 | 1000110 | 111100 | 111010 | 101011111 | 110110 | 11011 |
Color Harmonies of #6B202B
Complementary color
Monochromatic Colors of #6B202B
Black with #6B202B
Text Example
Text Example
White with #6B202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B202B; }
p { color: rgb(107,32,43); }
H1.HeaderClassName
{
color: #6B202B;
}
.AnyTagClassName
{
color: #6B202B;
}
</style>
background-color css
<style>
a { background-color: #6B202B; }
a { background-color: rgb(107,32,43); }
div.DivClassName
{
background-color: #6B202B;
}
.BgClassName
{
background-color: #6B202B;
}
</style>
border-color css
<style>
span { border-color: #6B202B; }
span { border-color: rgb(107,32,43); }
td.TdClassName
{
border-color: #6B202B;
}
.TagClassName
{
border-color: #6B202B;
}
</style>