Shades of Monarch #6B2426
Tints of Monarch #6B2426
RGB
CMYK
RGB Variations
Color information
#6B2426 (or 0x6B2426) is known color: Monarch. HEX triplet: 6B, 24 and 26. RGB value is (107,36,38). Sum of RGB (Red+Green+Blue) = 107+36+38=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2426 is #94DBD9. Grayscale: #393939. Windows color (decimal): -9755610 or 2499691. OLE color: 2499691.
HSL color Cylindrical-coordinate representation of color #6B2426: hue angle of 358.31º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2426 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 38 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.58 |
| HSL | 358.31º | 0.5% | 0.28% | - |
| HSV(B) | 358.31º | 0.66% | 0.42% | - |
| XYZ | 7.04 | 4.53 | 2.34 | - |
| YUV | 57.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 38 | 0 | 0.66 | 0.64 | 0.58 | 358.31 | 0.5 | 0.28 |
| Hex | 6B | 24 | 26 | 0 | 42 | 40 | 3A | 166 | 32 | 1C |
| Octal | 153 | 44 | 46 | 0 | 102 | 100 | 72 | 546 | 62 | 34 |
| Binary | 1101011 | 100100 | 100110 | 0 | 1000010 | 1000000 | 111010 | 101100110 | 110010 | 11100 |
Color Harmonies of #6B2426
Complementary color
Monochromatic Colors of #6B2426
Black with #6B2426
Text Example
Text Example
White with #6B2426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2426; }
p { color: rgb(107,36,38); }
H1.HeaderClassName
{
color: #6B2426;
}
.AnyTagClassName
{
color: #6B2426;
}
</style>
background-color css
<style>
a { background-color: #6B2426; }
a { background-color: rgb(107,36,38); }
div.DivClassName
{
background-color: #6B2426;
}
.BgClassName
{
background-color: #6B2426;
}
</style>
border-color css
<style>
span { border-color: #6B2426; }
span { border-color: rgb(107,36,38); }
td.TdClassName
{
border-color: #6B2426;
}
.TagClassName
{
border-color: #6B2426;
}
</style>