Shades of Monarch #6B252E
Tints of Monarch #6B252E
RGB
CMYK
RGB Variations
Color information
#6B252E (or 0x6B252E) is known color: Monarch. HEX triplet: 6B, 25 and 2E. RGB value is (107,37,46). Sum of RGB (Red+Green+Blue) = 107+37+46=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B252E is #94DAD1. Grayscale: #3A3A3A. Windows color (decimal): -9755346 or 3024235. OLE color: 3024235.
HSL color Cylindrical-coordinate representation of color #6B252E: hue angle of 352.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B252E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 46 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.58 |
| HSL | 352.29º | 0.49% | 0.28% | - |
| HSV(B) | 352.29º | 0.65% | 0.42% | - |
| XYZ | 7.22 | 4.65 | 3.1 | - |
| YUV | 58.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 46 | 0 | 0.65 | 0.57 | 0.58 | 352.29 | 0.49 | 0.28 |
| Hex | 6B | 25 | 2E | 0 | 41 | 39 | 3A | 160 | 31 | 1C |
| Octal | 153 | 45 | 56 | 0 | 101 | 71 | 72 | 540 | 61 | 34 |
| Binary | 1101011 | 100101 | 101110 | 0 | 1000001 | 111001 | 111010 | 101100000 | 110001 | 11100 |
Color Harmonies of #6B252E
Complementary color
Monochromatic Colors of #6B252E
Black with #6B252E
Text Example
Text Example
White with #6B252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B252E; }
p { color: rgb(107,37,46); }
H1.HeaderClassName
{
color: #6B252E;
}
.AnyTagClassName
{
color: #6B252E;
}
</style>
background-color css
<style>
a { background-color: #6B252E; }
a { background-color: rgb(107,37,46); }
div.DivClassName
{
background-color: #6B252E;
}
.BgClassName
{
background-color: #6B252E;
}
</style>
border-color css
<style>
span { border-color: #6B252E; }
span { border-color: rgb(107,37,46); }
td.TdClassName
{
border-color: #6B252E;
}
.TagClassName
{
border-color: #6B252E;
}
</style>