Shades of Monarch #6B272B
Tints of Monarch #6B272B
RGB
CMYK
RGB Variations
Color information
#6B272B (or 0x6B272B) is known color: Monarch. HEX triplet: 6B, 27 and 2B. RGB value is (107,39,43). Sum of RGB (Red+Green+Blue) = 107+39+43=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B272B is #94D8D4. Grayscale: #3B3B3B. Windows color (decimal): -9754837 or 2828139. OLE color: 2828139.
HSL color Cylindrical-coordinate representation of color #6B272B: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B272B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 43 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.58 |
| HSL | 356.47º | 0.47% | 0.29% | - |
| HSV(B) | 356.47º | 0.64% | 0.42% | - |
| XYZ | 7.22 | 4.75 | 2.82 | - |
| YUV | 59.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 43 | 0 | 0.64 | 0.60 | 0.58 | 356.47 | 0.47 | 0.29 |
| Hex | 6B | 27 | 2B | 0 | 40 | 3C | 3A | 164 | 2F | 1D |
| Octal | 153 | 47 | 53 | 0 | 100 | 74 | 72 | 544 | 57 | 35 |
| Binary | 1101011 | 100111 | 101011 | 0 | 1000000 | 111100 | 111010 | 101100100 | 101111 | 11101 |
Color Harmonies of #6B272B
Complementary color
Monochromatic Colors of #6B272B
Black with #6B272B
Text Example
Text Example
White with #6B272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B272B; }
p { color: rgb(107,39,43); }
H1.HeaderClassName
{
color: #6B272B;
}
.AnyTagClassName
{
color: #6B272B;
}
</style>
background-color css
<style>
a { background-color: #6B272B; }
a { background-color: rgb(107,39,43); }
div.DivClassName
{
background-color: #6B272B;
}
.BgClassName
{
background-color: #6B272B;
}
</style>
border-color css
<style>
span { border-color: #6B272B; }
span { border-color: rgb(107,39,43); }
td.TdClassName
{
border-color: #6B272B;
}
.TagClassName
{
border-color: #6B272B;
}
</style>