Shades of Monarch #6B2932
Tints of Monarch #6B2932
RGB
CMYK
RGB Variations
Color information
#6B2932 (or 0x6B2932) is known color: Monarch. HEX triplet: 6B, 29 and 32. RGB value is (107,41,50). Sum of RGB (Red+Green+Blue) = 107+41+50=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2932 is #94D6CD. Grayscale: #3D3D3D. Windows color (decimal): -9754318 or 3287403. OLE color: 3287403.
HSL color Cylindrical-coordinate representation of color #6B2932: hue angle of 351.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2932 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 50 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.58 |
| HSL | 351.82º | 0.45% | 0.29% | - |
| HSV(B) | 351.82º | 0.62% | 0.42% | - |
| XYZ | 7.43 | 4.94 | 3.58 | - |
| YUV | 61.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 50 | 0 | 0.62 | 0.53 | 0.58 | 351.82 | 0.45 | 0.29 |
| Hex | 6B | 29 | 32 | 0 | 3E | 35 | 3A | 160 | 2D | 1D |
| Octal | 153 | 51 | 62 | 0 | 76 | 65 | 72 | 540 | 55 | 35 |
| Binary | 1101011 | 101001 | 110010 | 0 | 111110 | 110101 | 111010 | 101100000 | 101101 | 11101 |
Color Harmonies of #6B2932
Complementary color
Monochromatic Colors of #6B2932
Black with #6B2932
Text Example
Text Example
White with #6B2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2932; }
p { color: rgb(107,41,50); }
H1.HeaderClassName
{
color: #6B2932;
}
.AnyTagClassName
{
color: #6B2932;
}
</style>
background-color css
<style>
a { background-color: #6B2932; }
a { background-color: rgb(107,41,50); }
div.DivClassName
{
background-color: #6B2932;
}
.BgClassName
{
background-color: #6B2932;
}
</style>
border-color css
<style>
span { border-color: #6B2932; }
span { border-color: rgb(107,41,50); }
td.TdClassName
{
border-color: #6B2932;
}
.TagClassName
{
border-color: #6B2932;
}
</style>