Shades of Monarch #68232E
Tints of Monarch #68232E
RGB
CMYK
RGB Variations
Color information
#68232E (or 0x68232E) is known color: Monarch. HEX triplet: 68, 23 and 2E. RGB value is (104,35,46). Sum of RGB (Red+Green+Blue) = 104+35+46=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68232E is #97DCD1. Grayscale: #383838. Windows color (decimal): -9952466 or 3023720. OLE color: 3023720.
HSL color Cylindrical-coordinate representation of color #68232E: hue angle of 350.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68232E is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 46 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.59 |
| HSL | 350.43º | 0.5% | 0.27% | - |
| HSV(B) | 350.43º | 0.66% | 0.41% | - |
| XYZ | 6.8 | 4.34 | 3.06 | - |
| YUV | 56.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 46 | 0 | 0.66 | 0.56 | 0.59 | 350.43 | 0.5 | 0.27 |
| Hex | 68 | 23 | 2E | 0 | 42 | 38 | 3B | 15E | 32 | 1B |
| Octal | 150 | 43 | 56 | 0 | 102 | 70 | 73 | 536 | 62 | 33 |
| Binary | 1101000 | 100011 | 101110 | 0 | 1000010 | 111000 | 111011 | 101011110 | 110010 | 11011 |
Color Harmonies of #68232E
Complementary color
Monochromatic Colors of #68232E
Black with #68232E
Text Example
Text Example
White with #68232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68232E; }
p { color: rgb(104,35,46); }
H1.HeaderClassName
{
color: #68232E;
}
.AnyTagClassName
{
color: #68232E;
}
</style>
background-color css
<style>
a { background-color: #68232E; }
a { background-color: rgb(104,35,46); }
div.DivClassName
{
background-color: #68232E;
}
.BgClassName
{
background-color: #68232E;
}
</style>
border-color css
<style>
span { border-color: #68232E; }
span { border-color: rgb(104,35,46); }
td.TdClassName
{
border-color: #68232E;
}
.TagClassName
{
border-color: #68232E;
}
</style>