Shades of Mikado #403306
Tints of Mikado #403306
RGB
CMYK
RGB Variations
Color information
#403306 (or 0x403306) is known color: Mikado. HEX triplet: 40, 33 and 06. RGB value is (64,51,6). Sum of RGB (Red+Green+Blue) = 64+51+6=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403306 is #BFCCF9. Grayscale: #313131. Windows color (decimal): -12569850 or 406336. OLE color: 406336.
HSL color Cylindrical-coordinate representation of color #403306: hue angle of 46.55º 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 #403306 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 6 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.75 |
| HSL | 46.55º | 0.83% | 0.14% | - |
| HSV(B) | 46.55º | 0.91% | 0.25% | - |
| XYZ | 3.33 | 3.47 | 0.67 | - |
| YUV | 49.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 6 | 0 | 0.20 | 0.91 | 0.75 | 46.55 | 0.83 | 0.14 |
| Hex | 40 | 33 | 6 | 0 | 14 | 5B | 4B | 2F | 53 | E |
| Octal | 100 | 63 | 6 | 0 | 24 | 133 | 113 | 57 | 123 | 16 |
| Binary | 1000000 | 110011 | 110 | 0 | 10100 | 1011011 | 1001011 | 101111 | 1010011 | 1110 |
Color Harmonies of #403306
Complementary color
Monochromatic Colors of #403306
Black with #403306
Text Example
Text Example
White with #403306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403306; }
p { color: rgb(64,51,6); }
H1.HeaderClassName
{
color: #403306;
}
.AnyTagClassName
{
color: #403306;
}
</style>
background-color css
<style>
a { background-color: #403306; }
a { background-color: rgb(64,51,6); }
div.DivClassName
{
background-color: #403306;
}
.BgClassName
{
background-color: #403306;
}
</style>
border-color css
<style>
span { border-color: #403306; }
span { border-color: rgb(64,51,6); }
td.TdClassName
{
border-color: #403306;
}
.TagClassName
{
border-color: #403306;
}
</style>