Shades of Mikado #422D06
Tints of Mikado #422D06
RGB
CMYK
RGB Variations
Color information
#422D06 (or 0x422D06) is known color: Mikado. HEX triplet: 42, 2D and 06. RGB value is (66,45,6). Sum of RGB (Red+Green+Blue) = 66+45+6=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422D06 is #BDD2F9. Grayscale: #2F2F2F. Windows color (decimal): -12440314 or 404802. OLE color: 404802.
HSL color Cylindrical-coordinate representation of color #422D06: hue angle of 39º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #422D06 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 6 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.74 |
| HSL | 39º | 0.83% | 0.14% | - |
| HSV(B) | 39º | 0.91% | 0.26% | - |
| XYZ | 3.22 | 3.05 | 0.59 | - |
| YUV | 46.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 6 | 0 | 0.32 | 0.91 | 0.74 | 39 | 0.83 | 0.14 |
| Hex | 42 | 2D | 6 | 0 | 20 | 5B | 4A | 27 | 53 | E |
| Octal | 102 | 55 | 6 | 0 | 40 | 133 | 112 | 47 | 123 | 16 |
| Binary | 1000010 | 101101 | 110 | 0 | 100000 | 1011011 | 1001010 | 100111 | 1010011 | 1110 |
Color Harmonies of #422D06
Complementary color
Monochromatic Colors of #422D06
Black with #422D06
Text Example
Text Example
White with #422D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D06; }
p { color: rgb(66,45,6); }
H1.HeaderClassName
{
color: #422D06;
}
.AnyTagClassName
{
color: #422D06;
}
</style>
background-color css
<style>
a { background-color: #422D06; }
a { background-color: rgb(66,45,6); }
div.DivClassName
{
background-color: #422D06;
}
.BgClassName
{
background-color: #422D06;
}
</style>
border-color css
<style>
span { border-color: #422D06; }
span { border-color: rgb(66,45,6); }
td.TdClassName
{
border-color: #422D06;
}
.TagClassName
{
border-color: #422D06;
}
</style>