Shades of Mikado #422F06
Tints of Mikado #422F06
RGB
CMYK
RGB Variations
Color information
#422F06 (or 0x422F06) is known color: Mikado. HEX triplet: 42, 2F and 06. RGB value is (66,47,6). Sum of RGB (Red+Green+Blue) = 66+47+6=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422F06 is #BDD0F9. Grayscale: #303030. Windows color (decimal): -12439802 or 405314. OLE color: 405314.
HSL color Cylindrical-coordinate representation of color #422F06: hue angle of 41º 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 #422F06 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 6 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.74 |
| HSL | 41º | 0.83% | 0.14% | - |
| HSV(B) | 41º | 0.91% | 0.26% | - |
| XYZ | 3.3 | 3.2 | 0.62 | - |
| YUV | 48.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 6 | 0 | 0.29 | 0.91 | 0.74 | 41 | 0.83 | 0.14 |
| Hex | 42 | 2F | 6 | 0 | 1D | 5B | 4A | 29 | 53 | E |
| Octal | 102 | 57 | 6 | 0 | 35 | 133 | 112 | 51 | 123 | 16 |
| Binary | 1000010 | 101111 | 110 | 0 | 11101 | 1011011 | 1001010 | 101001 | 1010011 | 1110 |
Color Harmonies of #422F06
Complementary color
Monochromatic Colors of #422F06
Black with #422F06
Text Example
Text Example
White with #422F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F06; }
p { color: rgb(66,47,6); }
H1.HeaderClassName
{
color: #422F06;
}
.AnyTagClassName
{
color: #422F06;
}
</style>
background-color css
<style>
a { background-color: #422F06; }
a { background-color: rgb(66,47,6); }
div.DivClassName
{
background-color: #422F06;
}
.BgClassName
{
background-color: #422F06;
}
</style>
border-color css
<style>
span { border-color: #422F06; }
span { border-color: rgb(66,47,6); }
td.TdClassName
{
border-color: #422F06;
}
.TagClassName
{
border-color: #422F06;
}
</style>