Shades of Mikado #413206
Tints of Mikado #413206
RGB
CMYK
RGB Variations
Color information
#413206 (or 0x413206) is known color: Mikado. HEX triplet: 41, 32 and 06. RGB value is (65,50,6). Sum of RGB (Red+Green+Blue) = 65+50+6=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #413206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413206 is #BECDF9. Grayscale: #313131. Windows color (decimal): -12504570 or 406081. OLE color: 406081.
HSL color Cylindrical-coordinate representation of color #413206: hue angle of 44.75º 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 #413206 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 6 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.75 |
| HSL | 44.75º | 0.83% | 0.14% | - |
| HSV(B) | 44.75º | 0.91% | 0.25% | - |
| XYZ | 3.35 | 3.42 | 0.66 | - |
| YUV | 49.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 6 | 0 | 0.23 | 0.91 | 0.75 | 44.75 | 0.83 | 0.14 |
| Hex | 41 | 32 | 6 | 0 | 17 | 5B | 4B | 2D | 53 | E |
| Octal | 101 | 62 | 6 | 0 | 27 | 133 | 113 | 55 | 123 | 16 |
| Binary | 1000001 | 110010 | 110 | 0 | 10111 | 1011011 | 1001011 | 101101 | 1010011 | 1110 |
Color Harmonies of #413206
Complementary color
Monochromatic Colors of #413206
Black with #413206
Text Example
Text Example
White with #413206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413206; }
p { color: rgb(65,50,6); }
H1.HeaderClassName
{
color: #413206;
}
.AnyTagClassName
{
color: #413206;
}
</style>
background-color css
<style>
a { background-color: #413206; }
a { background-color: rgb(65,50,6); }
div.DivClassName
{
background-color: #413206;
}
.BgClassName
{
background-color: #413206;
}
</style>
border-color css
<style>
span { border-color: #413206; }
span { border-color: rgb(65,50,6); }
td.TdClassName
{
border-color: #413206;
}
.TagClassName
{
border-color: #413206;
}
</style>