Shades of Mikado #3E3406
Tints of Mikado #3E3406
RGB
CMYK
RGB Variations
Color information
#3E3406 (or 0x3E3406) is known color: Mikado. HEX triplet: 3E, 34 and 06. RGB value is (62,52,6). Sum of RGB (Red+Green+Blue) = 62+52+6=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3406 is #C1CBF9. Grayscale: #313131. Windows color (decimal): -12700666 or 406590. OLE color: 406590.
HSL color Cylindrical-coordinate representation of color #3E3406: hue angle of 49.29º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E3406 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 6 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.76 |
| HSL | 49.29º | 0.82% | 0.13% | - |
| HSV(B) | 49.29º | 0.9% | 0.24% | - |
| XYZ | 3.25 | 3.49 | 0.68 | - |
| YUV | 49.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 6 | 0 | 0.16 | 0.90 | 0.76 | 49.29 | 0.82 | 0.13 |
| Hex | 3E | 34 | 6 | 0 | 10 | 5A | 4C | 31 | 52 | D |
| Octal | 76 | 64 | 6 | 0 | 20 | 132 | 114 | 61 | 122 | 15 |
| Binary | 111110 | 110100 | 110 | 0 | 10000 | 1011010 | 1001100 | 110001 | 1010010 | 1101 |
Color Harmonies of #3E3406
Complementary color
Monochromatic Colors of #3E3406
Black with #3E3406
Text Example
Text Example
White with #3E3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3406; }
p { color: rgb(62,52,6); }
H1.HeaderClassName
{
color: #3E3406;
}
.AnyTagClassName
{
color: #3E3406;
}
</style>
background-color css
<style>
a { background-color: #3E3406; }
a { background-color: rgb(62,52,6); }
div.DivClassName
{
background-color: #3E3406;
}
.BgClassName
{
background-color: #3E3406;
}
</style>
border-color css
<style>
span { border-color: #3E3406; }
span { border-color: rgb(62,52,6); }
td.TdClassName
{
border-color: #3E3406;
}
.TagClassName
{
border-color: #3E3406;
}
</style>