Shades of Monarch #68262B
Tints of Monarch #68262B
RGB
CMYK
RGB Variations
Color information
#68262B (or 0x68262B) is known color: Monarch. HEX triplet: 68, 26 and 2B. RGB value is (104,38,43). Sum of RGB (Red+Green+Blue) = 104+38+43=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68262B is #97D9D4. Grayscale: #3A3A3A. Windows color (decimal): -9951701 or 2827880. OLE color: 2827880.
HSL color Cylindrical-coordinate representation of color #68262B: hue angle of 355.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68262B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 43 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.59 |
| HSL | 355.45º | 0.46% | 0.28% | - |
| HSV(B) | 355.45º | 0.63% | 0.41% | - |
| XYZ | 6.84 | 4.5 | 2.79 | - |
| YUV | 58.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 43 | 0 | 0.63 | 0.59 | 0.59 | 355.45 | 0.46 | 0.28 |
| Hex | 68 | 26 | 2B | 0 | 3F | 3B | 3B | 163 | 2E | 1C |
| Octal | 150 | 46 | 53 | 0 | 77 | 73 | 73 | 543 | 56 | 34 |
| Binary | 1101000 | 100110 | 101011 | 0 | 111111 | 111011 | 111011 | 101100011 | 101110 | 11100 |
Color Harmonies of #68262B
Complementary color
Monochromatic Colors of #68262B
Black with #68262B
Text Example
Text Example
White with #68262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68262B; }
p { color: rgb(104,38,43); }
H1.HeaderClassName
{
color: #68262B;
}
.AnyTagClassName
{
color: #68262B;
}
</style>
background-color css
<style>
a { background-color: #68262B; }
a { background-color: rgb(104,38,43); }
div.DivClassName
{
background-color: #68262B;
}
.BgClassName
{
background-color: #68262B;
}
</style>
border-color css
<style>
span { border-color: #68262B; }
span { border-color: rgb(104,38,43); }
td.TdClassName
{
border-color: #68262B;
}
.TagClassName
{
border-color: #68262B;
}
</style>