Shades of Monarch #68282E
Tints of Monarch #68282E
RGB
CMYK
RGB Variations
Color information
#68282E (or 0x68282E) is known color: Monarch. HEX triplet: 68, 28 and 2E. RGB value is (104,40,46). Sum of RGB (Red+Green+Blue) = 104+40+46=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68282E is #97D7D1. Grayscale: #3B3B3B. Windows color (decimal): -9951186 or 3025000. OLE color: 3025000.
HSL color Cylindrical-coordinate representation of color #68282E: hue angle of 354.38º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68282E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 46 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.59 |
| HSL | 354.38º | 0.44% | 0.28% | - |
| HSV(B) | 354.38º | 0.62% | 0.41% | - |
| XYZ | 6.96 | 4.66 | 3.12 | - |
| YUV | 59.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 46 | 0 | 0.62 | 0.56 | 0.59 | 354.38 | 0.44 | 0.28 |
| Hex | 68 | 28 | 2E | 0 | 3E | 38 | 3B | 162 | 2C | 1C |
| Octal | 150 | 50 | 56 | 0 | 76 | 70 | 73 | 542 | 54 | 34 |
| Binary | 1101000 | 101000 | 101110 | 0 | 111110 | 111000 | 111011 | 101100010 | 101100 | 11100 |
Color Harmonies of #68282E
Complementary color
Monochromatic Colors of #68282E
Black with #68282E
Text Example
Text Example
White with #68282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68282E; }
p { color: rgb(104,40,46); }
H1.HeaderClassName
{
color: #68282E;
}
.AnyTagClassName
{
color: #68282E;
}
</style>
background-color css
<style>
a { background-color: #68282E; }
a { background-color: rgb(104,40,46); }
div.DivClassName
{
background-color: #68282E;
}
.BgClassName
{
background-color: #68282E;
}
</style>
border-color css
<style>
span { border-color: #68282E; }
span { border-color: rgb(104,40,46); }
td.TdClassName
{
border-color: #68282E;
}
.TagClassName
{
border-color: #68282E;
}
</style>