Shades of Mikado #3D3306
Tints of Mikado #3D3306
RGB
CMYK
RGB Variations
Color information
#3D3306 (or 0x3D3306) is known color: Mikado. HEX triplet: 3D, 33 and 06. RGB value is (61,51,6). Sum of RGB (Red+Green+Blue) = 61+51+6=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3306 is #C2CCF9. Grayscale: #313131. Windows color (decimal): -12766458 or 406333. OLE color: 406333.
HSL color Cylindrical-coordinate representation of color #3D3306: hue angle of 49.09º 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 #3D3306 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 6 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.76 |
| HSL | 49.09º | 0.82% | 0.13% | - |
| HSV(B) | 49.09º | 0.9% | 0.24% | - |
| XYZ | 3.14 | 3.37 | 0.66 | - |
| YUV | 48.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 6 | 0 | 0.16 | 0.90 | 0.76 | 49.09 | 0.82 | 0.13 |
| Hex | 3D | 33 | 6 | 0 | 10 | 5A | 4C | 31 | 52 | D |
| Octal | 75 | 63 | 6 | 0 | 20 | 132 | 114 | 61 | 122 | 15 |
| Binary | 111101 | 110011 | 110 | 0 | 10000 | 1011010 | 1001100 | 110001 | 1010010 | 1101 |
Color Harmonies of #3D3306
Complementary color
Monochromatic Colors of #3D3306
Black with #3D3306
Text Example
Text Example
White with #3D3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3306; }
p { color: rgb(61,51,6); }
H1.HeaderClassName
{
color: #3D3306;
}
.AnyTagClassName
{
color: #3D3306;
}
</style>
background-color css
<style>
a { background-color: #3D3306; }
a { background-color: rgb(61,51,6); }
div.DivClassName
{
background-color: #3D3306;
}
.BgClassName
{
background-color: #3D3306;
}
</style>
border-color css
<style>
span { border-color: #3D3306; }
span { border-color: rgb(61,51,6); }
td.TdClassName
{
border-color: #3D3306;
}
.TagClassName
{
border-color: #3D3306;
}
</style>