Shades of Mikado #3F2F06
Tints of Mikado #3F2F06
RGB
CMYK
RGB Variations
Color information
#3F2F06 (or 0x3F2F06) is known color: Mikado. HEX triplet: 3F, 2F and 06. RGB value is (63,47,6). Sum of RGB (Red+Green+Blue) = 63+47+6=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F06 is #C0D0F9. Grayscale: #2F2F2F. Windows color (decimal): -12636410 or 405311. OLE color: 405311.
HSL color Cylindrical-coordinate representation of color #3F2F06: hue angle of 43.16º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F2F06 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 6 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.75 |
| HSL | 43.16º | 0.83% | 0.14% | - |
| HSV(B) | 43.16º | 0.9% | 0.25% | - |
| XYZ | 3.1 | 3.1 | 0.61 | - |
| YUV | 47.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 6 | 0 | 0.25 | 0.90 | 0.75 | 43.16 | 0.83 | 0.14 |
| Hex | 3F | 2F | 6 | 0 | 19 | 5A | 4B | 2B | 53 | E |
| Octal | 77 | 57 | 6 | 0 | 31 | 132 | 113 | 53 | 123 | 16 |
| Binary | 111111 | 101111 | 110 | 0 | 11001 | 1011010 | 1001011 | 101011 | 1010011 | 1110 |
Color Harmonies of #3F2F06
Complementary color
Monochromatic Colors of #3F2F06
Black with #3F2F06
Text Example
Text Example
White with #3F2F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F06; }
p { color: rgb(63,47,6); }
H1.HeaderClassName
{
color: #3F2F06;
}
.AnyTagClassName
{
color: #3F2F06;
}
</style>
background-color css
<style>
a { background-color: #3F2F06; }
a { background-color: rgb(63,47,6); }
div.DivClassName
{
background-color: #3F2F06;
}
.BgClassName
{
background-color: #3F2F06;
}
</style>
border-color css
<style>
span { border-color: #3F2F06; }
span { border-color: rgb(63,47,6); }
td.TdClassName
{
border-color: #3F2F06;
}
.TagClassName
{
border-color: #3F2F06;
}
</style>