Shades of Monarch #66262F
Tints of Monarch #66262F
RGB
CMYK
RGB Variations
Color information
#66262F (or 0x66262F) is known color: Monarch. HEX triplet: 66, 26 and 2F. RGB value is (102,38,47). Sum of RGB (Red+Green+Blue) = 102+38+47=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #66262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66262F is #99D9D0. Grayscale: #3A3A3A. Windows color (decimal): -10082769 or 3090022. OLE color: 3090022.
HSL color Cylindrical-coordinate representation of color #66262F: hue angle of 351.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66262F is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 47 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.6 |
| HSL | 351.56º | 0.46% | 0.27% | - |
| HSV(B) | 351.56º | 0.63% | 0.4% | - |
| XYZ | 6.69 | 4.42 | 3.19 | - |
| YUV | 58.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 47 | 0 | 0.63 | 0.54 | 0.6 | 351.56 | 0.46 | 0.27 |
| Hex | 66 | 26 | 2F | 0 | 3F | 36 | 3C | 160 | 2E | 1B |
| Octal | 146 | 46 | 57 | 0 | 77 | 66 | 74 | 540 | 56 | 33 |
| Binary | 1100110 | 100110 | 101111 | 0 | 111111 | 110110 | 111100 | 101100000 | 101110 | 11011 |
Color Harmonies of #66262F
Complementary color
Monochromatic Colors of #66262F
Black with #66262F
Text Example
Text Example
White with #66262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66262F; }
p { color: rgb(102,38,47); }
H1.HeaderClassName
{
color: #66262F;
}
.AnyTagClassName
{
color: #66262F;
}
</style>
background-color css
<style>
a { background-color: #66262F; }
a { background-color: rgb(102,38,47); }
div.DivClassName
{
background-color: #66262F;
}
.BgClassName
{
background-color: #66262F;
}
</style>
border-color css
<style>
span { border-color: #66262F; }
span { border-color: rgb(102,38,47); }
td.TdClassName
{
border-color: #66262F;
}
.TagClassName
{
border-color: #66262F;
}
</style>