Shades of Monarch #682932
Tints of Monarch #682932
RGB
CMYK
RGB Variations
Color information
#682932 (or 0x682932) is known color: Monarch. HEX triplet: 68, 29 and 32. RGB value is (104,41,50). Sum of RGB (Red+Green+Blue) = 104+41+50=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #682932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682932 is #97D6CD. Grayscale: #3C3C3C. Windows color (decimal): -9950926 or 3287400. OLE color: 3287400.
HSL color Cylindrical-coordinate representation of color #682932: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682932 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 50 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.59 |
| HSL | 351.43º | 0.43% | 0.28% | - |
| HSV(B) | 351.43º | 0.61% | 0.41% | - |
| XYZ | 7.08 | 4.76 | 3.56 | - |
| YUV | 60.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 50 | 0 | 0.61 | 0.52 | 0.59 | 351.43 | 0.43 | 0.28 |
| Hex | 68 | 29 | 32 | 0 | 3D | 34 | 3B | 15F | 2B | 1C |
| Octal | 150 | 51 | 62 | 0 | 75 | 64 | 73 | 537 | 53 | 34 |
| Binary | 1101000 | 101001 | 110010 | 0 | 111101 | 110100 | 111011 | 101011111 | 101011 | 11100 |
Color Harmonies of #682932
Complementary color
Monochromatic Colors of #682932
Black with #682932
Text Example
Text Example
White with #682932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682932; }
p { color: rgb(104,41,50); }
H1.HeaderClassName
{
color: #682932;
}
.AnyTagClassName
{
color: #682932;
}
</style>
background-color css
<style>
a { background-color: #682932; }
a { background-color: rgb(104,41,50); }
div.DivClassName
{
background-color: #682932;
}
.BgClassName
{
background-color: #682932;
}
</style>
border-color css
<style>
span { border-color: #682932; }
span { border-color: rgb(104,41,50); }
td.TdClassName
{
border-color: #682932;
}
.TagClassName
{
border-color: #682932;
}
</style>