Shades of Mikado #403106
Tints of Mikado #403106
RGB
CMYK
RGB Variations
Color information
#403106 (or 0x403106) is known color: Mikado. HEX triplet: 40, 31 and 06. RGB value is (64,49,6). Sum of RGB (Red+Green+Blue) = 64+49+6=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403106 is #BFCEF9. Grayscale: #303030. Windows color (decimal): -12570362 or 405824. OLE color: 405824.
HSL color Cylindrical-coordinate representation of color #403106: hue angle of 44.48º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #403106 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 6 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.75 |
| HSL | 44.48º | 0.83% | 0.14% | - |
| HSV(B) | 44.48º | 0.91% | 0.25% | - |
| XYZ | 3.25 | 3.3 | 0.64 | - |
| YUV | 48.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 6 | 0 | 0.23 | 0.91 | 0.75 | 44.48 | 0.83 | 0.14 |
| Hex | 40 | 31 | 6 | 0 | 17 | 5B | 4B | 2C | 53 | E |
| Octal | 100 | 61 | 6 | 0 | 27 | 133 | 113 | 54 | 123 | 16 |
| Binary | 1000000 | 110001 | 110 | 0 | 10111 | 1011011 | 1001011 | 101100 | 1010011 | 1110 |
Color Harmonies of #403106
Complementary color
Monochromatic Colors of #403106
Black with #403106
Text Example
Text Example
White with #403106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403106; }
p { color: rgb(64,49,6); }
H1.HeaderClassName
{
color: #403106;
}
.AnyTagClassName
{
color: #403106;
}
</style>
background-color css
<style>
a { background-color: #403106; }
a { background-color: rgb(64,49,6); }
div.DivClassName
{
background-color: #403106;
}
.BgClassName
{
background-color: #403106;
}
</style>
border-color css
<style>
span { border-color: #403106; }
span { border-color: rgb(64,49,6); }
td.TdClassName
{
border-color: #403106;
}
.TagClassName
{
border-color: #403106;
}
</style>