Shades of Monarch #68262A
Tints of Monarch #68262A
RGB
CMYK
RGB Variations
Color information
#68262A (or 0x68262A) is known color: Monarch. HEX triplet: 68, 26 and 2A. RGB value is (104,38,42). Sum of RGB (Red+Green+Blue) = 104+38+42=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68262A is #97D9D5. Grayscale: #3A3A3A. Windows color (decimal): -9951702 or 2762344. OLE color: 2762344.
HSL color Cylindrical-coordinate representation of color #68262A: hue angle of 356.36º 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 #68262A is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 42 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.59 |
| HSL | 356.36º | 0.46% | 0.28% | - |
| HSV(B) | 356.36º | 0.63% | 0.41% | - |
| XYZ | 6.82 | 4.5 | 2.7 | - |
| YUV | 58.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 42 | 0 | 0.63 | 0.60 | 0.59 | 356.36 | 0.46 | 0.28 |
| Hex | 68 | 26 | 2A | 0 | 3F | 3C | 3B | 164 | 2E | 1C |
| Octal | 150 | 46 | 52 | 0 | 77 | 74 | 73 | 544 | 56 | 34 |
| Binary | 1101000 | 100110 | 101010 | 0 | 111111 | 111100 | 111011 | 101100100 | 101110 | 11100 |
Color Harmonies of #68262A
Complementary color
Monochromatic Colors of #68262A
Black with #68262A
Text Example
Text Example
White with #68262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68262A; }
p { color: rgb(104,38,42); }
H1.HeaderClassName
{
color: #68262A;
}
.AnyTagClassName
{
color: #68262A;
}
</style>
background-color css
<style>
a { background-color: #68262A; }
a { background-color: rgb(104,38,42); }
div.DivClassName
{
background-color: #68262A;
}
.BgClassName
{
background-color: #68262A;
}
</style>
border-color css
<style>
span { border-color: #68262A; }
span { border-color: rgb(104,38,42); }
td.TdClassName
{
border-color: #68262A;
}
.TagClassName
{
border-color: #68262A;
}
</style>