Shades of Monarch #6A232B
Tints of Monarch #6A232B
RGB
CMYK
RGB Variations
Color information
#6A232B (or 0x6A232B) is known color: Monarch. HEX triplet: 6A, 23 and 2B. RGB value is (106,35,43). Sum of RGB (Red+Green+Blue) = 106+35+43=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A232B is #95DCD4. Grayscale: #393939. Windows color (decimal): -9821397 or 2827114. OLE color: 2827114.
HSL color Cylindrical-coordinate representation of color #6A232B: hue angle of 353.24º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A232B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 35 | 43 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.58 |
| HSL | 353.24º | 0.5% | 0.28% | - |
| HSV(B) | 353.24º | 0.67% | 0.42% | - |
| XYZ | 6.98 | 4.44 | 2.77 | - |
| YUV | 57.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 43 | 0 | 0.67 | 0.59 | 0.58 | 353.24 | 0.5 | 0.28 |
| Hex | 6A | 23 | 2B | 0 | 43 | 3B | 3A | 161 | 32 | 1C |
| Octal | 152 | 43 | 53 | 0 | 103 | 73 | 72 | 541 | 62 | 34 |
| Binary | 1101010 | 100011 | 101011 | 0 | 1000011 | 111011 | 111010 | 101100001 | 110010 | 11100 |
Color Harmonies of #6A232B
Complementary color
Monochromatic Colors of #6A232B
Black with #6A232B
Text Example
Text Example
White with #6A232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A232B; }
p { color: rgb(106,35,43); }
H1.HeaderClassName
{
color: #6A232B;
}
.AnyTagClassName
{
color: #6A232B;
}
</style>
background-color css
<style>
a { background-color: #6A232B; }
a { background-color: rgb(106,35,43); }
div.DivClassName
{
background-color: #6A232B;
}
.BgClassName
{
background-color: #6A232B;
}
</style>
border-color css
<style>
span { border-color: #6A232B; }
span { border-color: rgb(106,35,43); }
td.TdClassName
{
border-color: #6A232B;
}
.TagClassName
{
border-color: #6A232B;
}
</style>