Shades of Mikado #403609
Tints of Mikado #403609
RGB
CMYK
RGB Variations
Color information
#403609 (or 0x403609) is known color: Mikado. HEX triplet: 40, 36 and 09. RGB value is (64,54,9). Sum of RGB (Red+Green+Blue) = 64+54+9=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403609 is #BFC9F6. Grayscale: #343434. Windows color (decimal): -12569079 or 603712. OLE color: 603712.
HSL color Cylindrical-coordinate representation of color #403609: hue angle of 49.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403609 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 54 | 9 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.75 |
| HSL | 49.09º | 0.75% | 0.14% | - |
| HSV(B) | 49.09º | 0.86% | 0.25% | - |
| XYZ | 3.48 | 3.75 | 0.8 | - |
| YUV | 51.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 9 | 0 | 0.16 | 0.86 | 0.75 | 49.09 | 0.75 | 0.14 |
| Hex | 40 | 36 | 9 | 0 | 10 | 56 | 4B | 31 | 4B | E |
| Octal | 100 | 66 | 11 | 0 | 20 | 126 | 113 | 61 | 113 | 16 |
| Binary | 1000000 | 110110 | 1001 | 0 | 10000 | 1010110 | 1001011 | 110001 | 1001011 | 1110 |
Color Harmonies of #403609
Complementary color
Monochromatic Colors of #403609
Black with #403609
Text Example
Text Example
White with #403609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403609; }
p { color: rgb(64,54,9); }
H1.HeaderClassName
{
color: #403609;
}
.AnyTagClassName
{
color: #403609;
}
</style>
background-color css
<style>
a { background-color: #403609; }
a { background-color: rgb(64,54,9); }
div.DivClassName
{
background-color: #403609;
}
.BgClassName
{
background-color: #403609;
}
</style>
border-color css
<style>
span { border-color: #403609; }
span { border-color: rgb(64,54,9); }
td.TdClassName
{
border-color: #403609;
}
.TagClassName
{
border-color: #403609;
}
</style>