Shades of Mikado #3E3306
Tints of Mikado #3E3306
RGB
CMYK
RGB Variations
Color information
#3E3306 (or 0x3E3306) is known color: Mikado. HEX triplet: 3E, 33 and 06. RGB value is (62,51,6). Sum of RGB (Red+Green+Blue) = 62+51+6=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3306 is #C1CCF9. Grayscale: #313131. Windows color (decimal): -12700922 or 406334. OLE color: 406334.
HSL color Cylindrical-coordinate representation of color #3E3306: hue angle of 48.21º 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 #3E3306 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 6 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.76 |
| HSL | 48.21º | 0.82% | 0.13% | - |
| HSV(B) | 48.21º | 0.9% | 0.24% | - |
| XYZ | 3.2 | 3.4 | 0.66 | - |
| YUV | 49.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 6 | 0 | 0.18 | 0.90 | 0.76 | 48.21 | 0.82 | 0.13 |
| Hex | 3E | 33 | 6 | 0 | 12 | 5A | 4C | 30 | 52 | D |
| Octal | 76 | 63 | 6 | 0 | 22 | 132 | 114 | 60 | 122 | 15 |
| Binary | 111110 | 110011 | 110 | 0 | 10010 | 1011010 | 1001100 | 110000 | 1010010 | 1101 |
Color Harmonies of #3E3306
Complementary color
Monochromatic Colors of #3E3306
Black with #3E3306
Text Example
Text Example
White with #3E3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3306; }
p { color: rgb(62,51,6); }
H1.HeaderClassName
{
color: #3E3306;
}
.AnyTagClassName
{
color: #3E3306;
}
</style>
background-color css
<style>
a { background-color: #3E3306; }
a { background-color: rgb(62,51,6); }
div.DivClassName
{
background-color: #3E3306;
}
.BgClassName
{
background-color: #3E3306;
}
</style>
border-color css
<style>
span { border-color: #3E3306; }
span { border-color: rgb(62,51,6); }
td.TdClassName
{
border-color: #3E3306;
}
.TagClassName
{
border-color: #3E3306;
}
</style>