Shades of Monarch #68262F
Tints of Monarch #68262F
RGB
CMYK
RGB Variations
Color information
#68262F (or 0x68262F) is known color: Monarch. HEX triplet: 68, 26 and 2F. RGB value is (104,38,47). Sum of RGB (Red+Green+Blue) = 104+38+47=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68262F is #97D9D0. Grayscale: #3A3A3A. Windows color (decimal): -9951697 or 3090024. OLE color: 3090024.
HSL color Cylindrical-coordinate representation of color #68262F: hue angle of 351.82º 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 #68262F is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 47 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.59 |
| HSL | 351.82º | 0.46% | 0.28% | - |
| HSV(B) | 351.82º | 0.63% | 0.41% | - |
| XYZ | 6.92 | 4.53 | 3.2 | - |
| YUV | 58.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 47 | 0 | 0.63 | 0.55 | 0.59 | 351.82 | 0.46 | 0.28 |
| Hex | 68 | 26 | 2F | 0 | 3F | 37 | 3B | 160 | 2E | 1C |
| Octal | 150 | 46 | 57 | 0 | 77 | 67 | 73 | 540 | 56 | 34 |
| Binary | 1101000 | 100110 | 101111 | 0 | 111111 | 110111 | 111011 | 101100000 | 101110 | 11100 |
Color Harmonies of #68262F
Complementary color
Monochromatic Colors of #68262F
Black with #68262F
Text Example
Text Example
White with #68262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68262F; }
p { color: rgb(104,38,47); }
H1.HeaderClassName
{
color: #68262F;
}
.AnyTagClassName
{
color: #68262F;
}
</style>
background-color css
<style>
a { background-color: #68262F; }
a { background-color: rgb(104,38,47); }
div.DivClassName
{
background-color: #68262F;
}
.BgClassName
{
background-color: #68262F;
}
</style>
border-color css
<style>
span { border-color: #68262F; }
span { border-color: rgb(104,38,47); }
td.TdClassName
{
border-color: #68262F;
}
.TagClassName
{
border-color: #68262F;
}
</style>