Shades of Monarch #6C262D
Tints of Monarch #6C262D
RGB
CMYK
RGB Variations
Color information
#6C262D (or 0x6C262D) is known color: Monarch. HEX triplet: 6C, 26 and 2D. RGB value is (108,38,45). Sum of RGB (Red+Green+Blue) = 108+38+45=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C262D is #93D9D2. Grayscale: #3B3B3B. Windows color (decimal): -9689555 or 2958956. OLE color: 2958956.
HSL color Cylindrical-coordinate representation of color #6C262D: hue angle of 354º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C262D is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 45 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.58 |
| HSL | 354º | 0.48% | 0.29% | - |
| HSV(B) | 354º | 0.65% | 0.42% | - |
| XYZ | 7.35 | 4.76 | 3.01 | - |
| YUV | 59.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 45 | 0 | 0.65 | 0.58 | 0.58 | 354 | 0.48 | 0.29 |
| Hex | 6C | 26 | 2D | 0 | 41 | 3A | 3A | 162 | 30 | 1D |
| Octal | 154 | 46 | 55 | 0 | 101 | 72 | 72 | 542 | 60 | 35 |
| Binary | 1101100 | 100110 | 101101 | 0 | 1000001 | 111010 | 111010 | 101100010 | 110000 | 11101 |
Color Harmonies of #6C262D
Complementary color
Monochromatic Colors of #6C262D
Black with #6C262D
Text Example
Text Example
White with #6C262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C262D; }
p { color: rgb(108,38,45); }
H1.HeaderClassName
{
color: #6C262D;
}
.AnyTagClassName
{
color: #6C262D;
}
</style>
background-color css
<style>
a { background-color: #6C262D; }
a { background-color: rgb(108,38,45); }
div.DivClassName
{
background-color: #6C262D;
}
.BgClassName
{
background-color: #6C262D;
}
</style>
border-color css
<style>
span { border-color: #6C262D; }
span { border-color: rgb(108,38,45); }
td.TdClassName
{
border-color: #6C262D;
}
.TagClassName
{
border-color: #6C262D;
}
</style>