Shades of Maire #261F06
Tints of Maire #261F06
RGB
CMYK
RGB Variations
Color information
#261F06 (or 0x261F06) is known color: Maire. HEX triplet: 26, 1F and 06. RGB value is (38,31,6). Sum of RGB (Red+Green+Blue) = 38+31+6=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F06 is #D9E0F9. Grayscale: #1E1E1E. Windows color (decimal): -14278906 or 401190. OLE color: 401190.
HSL color Cylindrical-coordinate representation of color #261F06: hue angle of 46.88º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261F06 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 6 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.85 |
| HSL | 46.88º | 0.73% | 0.09% | - |
| HSV(B) | 46.88º | 0.84% | 0.15% | - |
| XYZ | 1.32 | 1.41 | 0.37 | - |
| YUV | 30.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 6 | 0 | 0.18 | 0.84 | 0.85 | 46.88 | 0.73 | 0.09 |
| Hex | 26 | 1F | 6 | 0 | 12 | 54 | 55 | 2F | 49 | 9 |
| Octal | 46 | 37 | 6 | 0 | 22 | 124 | 125 | 57 | 111 | 11 |
| Binary | 100110 | 11111 | 110 | 0 | 10010 | 1010100 | 1010101 | 101111 | 1001001 | 1001 |
Color Harmonies of #261F06
Complementary color
Monochromatic Colors of #261F06
Black with #261F06
Text Example
Text Example
White with #261F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F06; }
p { color: rgb(38,31,6); }
H1.HeaderClassName
{
color: #261F06;
}
.AnyTagClassName
{
color: #261F06;
}
</style>
background-color css
<style>
a { background-color: #261F06; }
a { background-color: rgb(38,31,6); }
div.DivClassName
{
background-color: #261F06;
}
.BgClassName
{
background-color: #261F06;
}
</style>
border-color css
<style>
span { border-color: #261F06; }
span { border-color: rgb(38,31,6); }
td.TdClassName
{
border-color: #261F06;
}
.TagClassName
{
border-color: #261F06;
}
</style>