Shades of Mikado #3C3506
Tints of Mikado #3C3506
RGB
CMYK
RGB Variations
Color information
#3C3506 (or 0x3C3506) is known color: Mikado. HEX triplet: 3C, 35 and 06. RGB value is (60,53,6). Sum of RGB (Red+Green+Blue) = 60+53+6=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3506 is #C3CAF9. Grayscale: #313131. Windows color (decimal): -12831482 or 406844. OLE color: 406844.
HSL color Cylindrical-coordinate representation of color #3C3506: hue angle of 52.22º 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 #3C3506 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 6 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.76 |
| HSL | 52.22º | 0.82% | 0.13% | - |
| HSV(B) | 52.22º | 0.9% | 0.24% | - |
| XYZ | 3.17 | 3.52 | 0.68 | - |
| YUV | 49.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 6 | 0 | 0.12 | 0.90 | 0.76 | 52.22 | 0.82 | 0.13 |
| Hex | 3C | 35 | 6 | 0 | C | 5A | 4C | 34 | 52 | D |
| Octal | 74 | 65 | 6 | 0 | 14 | 132 | 114 | 64 | 122 | 15 |
| Binary | 111100 | 110101 | 110 | 0 | 1100 | 1011010 | 1001100 | 110100 | 1010010 | 1101 |
Color Harmonies of #3C3506
Complementary color
Monochromatic Colors of #3C3506
Black with #3C3506
Text Example
Text Example
White with #3C3506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3506; }
p { color: rgb(60,53,6); }
H1.HeaderClassName
{
color: #3C3506;
}
.AnyTagClassName
{
color: #3C3506;
}
</style>
background-color css
<style>
a { background-color: #3C3506; }
a { background-color: rgb(60,53,6); }
div.DivClassName
{
background-color: #3C3506;
}
.BgClassName
{
background-color: #3C3506;
}
</style>
border-color css
<style>
span { border-color: #3C3506; }
span { border-color: rgb(60,53,6); }
td.TdClassName
{
border-color: #3C3506;
}
.TagClassName
{
border-color: #3C3506;
}
</style>