Shades of Monarch #682226
Tints of Monarch #682226
RGB
CMYK
RGB Variations
Color information
#682226 (or 0x682226) is known color: Monarch. HEX triplet: 68, 22 and 26. RGB value is (104,34,38). Sum of RGB (Red+Green+Blue) = 104+34+38=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682226 is #97DDD9. Grayscale: #373737. Windows color (decimal): -9952730 or 2499176. OLE color: 2499176.
HSL color Cylindrical-coordinate representation of color #682226: hue angle of 356.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682226 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 38 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.59 |
| HSL | 356.57º | 0.51% | 0.27% | - |
| HSV(B) | 356.57º | 0.67% | 0.41% | - |
| XYZ | 6.63 | 4.23 | 2.3 | - |
| YUV | 55.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 38 | 0 | 0.67 | 0.63 | 0.59 | 356.57 | 0.51 | 0.27 |
| Hex | 68 | 22 | 26 | 0 | 43 | 3F | 3B | 165 | 33 | 1B |
| Octal | 150 | 42 | 46 | 0 | 103 | 77 | 73 | 545 | 63 | 33 |
| Binary | 1101000 | 100010 | 100110 | 0 | 1000011 | 111111 | 111011 | 101100101 | 110011 | 11011 |
Color Harmonies of #682226
Complementary color
Monochromatic Colors of #682226
Black with #682226
Text Example
Text Example
White with #682226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682226; }
p { color: rgb(104,34,38); }
H1.HeaderClassName
{
color: #682226;
}
.AnyTagClassName
{
color: #682226;
}
</style>
background-color css
<style>
a { background-color: #682226; }
a { background-color: rgb(104,34,38); }
div.DivClassName
{
background-color: #682226;
}
.BgClassName
{
background-color: #682226;
}
</style>
border-color css
<style>
span { border-color: #682226; }
span { border-color: rgb(104,34,38); }
td.TdClassName
{
border-color: #682226;
}
.TagClassName
{
border-color: #682226;
}
</style>