Shades of Monarch #682326
Tints of Monarch #682326
RGB
CMYK
RGB Variations
Color information
#682326 (or 0x682326) is known color: Monarch. HEX triplet: 68, 23 and 26. RGB value is (104,35,38). Sum of RGB (Red+Green+Blue) = 104+35+38=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682326 is #97DCD9. Grayscale: #383838. Windows color (decimal): -9952474 or 2499432. OLE color: 2499432.
HSL color Cylindrical-coordinate representation of color #682326: hue angle of 357.39º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682326 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 38 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.59 |
| HSL | 357.39º | 0.5% | 0.27% | - |
| HSV(B) | 357.39º | 0.66% | 0.41% | - |
| XYZ | 6.66 | 4.29 | 2.31 | - |
| YUV | 55.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 38 | 0 | 0.66 | 0.63 | 0.59 | 357.39 | 0.5 | 0.27 |
| Hex | 68 | 23 | 26 | 0 | 42 | 3F | 3B | 165 | 32 | 1B |
| Octal | 150 | 43 | 46 | 0 | 102 | 77 | 73 | 545 | 62 | 33 |
| Binary | 1101000 | 100011 | 100110 | 0 | 1000010 | 111111 | 111011 | 101100101 | 110010 | 11011 |
Color Harmonies of #682326
Complementary color
Monochromatic Colors of #682326
Black with #682326
Text Example
Text Example
White with #682326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682326; }
p { color: rgb(104,35,38); }
H1.HeaderClassName
{
color: #682326;
}
.AnyTagClassName
{
color: #682326;
}
</style>
background-color css
<style>
a { background-color: #682326; }
a { background-color: rgb(104,35,38); }
div.DivClassName
{
background-color: #682326;
}
.BgClassName
{
background-color: #682326;
}
</style>
border-color css
<style>
span { border-color: #682326; }
span { border-color: rgb(104,35,38); }
td.TdClassName
{
border-color: #682326;
}
.TagClassName
{
border-color: #682326;
}
</style>