Shades of Monarch #6A262E
Tints of Monarch #6A262E
RGB
CMYK
RGB Variations
Color information
#6A262E (or 0x6A262E) is known color: Monarch. HEX triplet: 6A, 26 and 2E. RGB value is (106,38,46). Sum of RGB (Red+Green+Blue) = 106+38+46=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A262E is #95D9D1. Grayscale: #3B3B3B. Windows color (decimal): -9820626 or 3024490. OLE color: 3024490.
HSL color Cylindrical-coordinate representation of color #6A262E: hue angle of 352.94º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A262E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 38 | 46 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.58 |
| HSL | 352.94º | 0.47% | 0.28% | - |
| HSV(B) | 352.94º | 0.64% | 0.42% | - |
| XYZ | 7.13 | 4.65 | 3.11 | - |
| YUV | 59.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 38 | 46 | 0 | 0.64 | 0.57 | 0.58 | 352.94 | 0.47 | 0.28 |
| Hex | 6A | 26 | 2E | 0 | 40 | 39 | 3A | 161 | 2F | 1C |
| Octal | 152 | 46 | 56 | 0 | 100 | 71 | 72 | 541 | 57 | 34 |
| Binary | 1101010 | 100110 | 101110 | 0 | 1000000 | 111001 | 111010 | 101100001 | 101111 | 11100 |
Color Harmonies of #6A262E
Complementary color
Monochromatic Colors of #6A262E
Black with #6A262E
Text Example
Text Example
White with #6A262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A262E; }
p { color: rgb(106,38,46); }
H1.HeaderClassName
{
color: #6A262E;
}
.AnyTagClassName
{
color: #6A262E;
}
</style>
background-color css
<style>
a { background-color: #6A262E; }
a { background-color: rgb(106,38,46); }
div.DivClassName
{
background-color: #6A262E;
}
.BgClassName
{
background-color: #6A262E;
}
</style>
border-color css
<style>
span { border-color: #6A262E; }
span { border-color: rgb(106,38,46); }
td.TdClassName
{
border-color: #6A262E;
}
.TagClassName
{
border-color: #6A262E;
}
</style>