Shades of Mikado #423306
Tints of Mikado #423306
RGB
CMYK
RGB Variations
Color information
#423306 (or 0x423306) is known color: Mikado. HEX triplet: 42, 33 and 06. RGB value is (66,51,6). Sum of RGB (Red+Green+Blue) = 66+51+6=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #423306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423306 is #BDCCF9. Grayscale: #323232. Windows color (decimal): -12438778 or 406338. OLE color: 406338.
HSL color Cylindrical-coordinate representation of color #423306: hue angle of 45º 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 #423306 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 6 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.74 |
| HSL | 45º | 0.83% | 0.14% | - |
| HSV(B) | 45º | 0.91% | 0.26% | - |
| XYZ | 3.46 | 3.54 | 0.67 | - |
| YUV | 50.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 6 | 0 | 0.23 | 0.91 | 0.74 | 45 | 0.83 | 0.14 |
| Hex | 42 | 33 | 6 | 0 | 17 | 5B | 4A | 2D | 53 | E |
| Octal | 102 | 63 | 6 | 0 | 27 | 133 | 112 | 55 | 123 | 16 |
| Binary | 1000010 | 110011 | 110 | 0 | 10111 | 1011011 | 1001010 | 101101 | 1010011 | 1110 |
Color Harmonies of #423306
Complementary color
Monochromatic Colors of #423306
Black with #423306
Text Example
Text Example
White with #423306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423306; }
p { color: rgb(66,51,6); }
H1.HeaderClassName
{
color: #423306;
}
.AnyTagClassName
{
color: #423306;
}
</style>
background-color css
<style>
a { background-color: #423306; }
a { background-color: rgb(66,51,6); }
div.DivClassName
{
background-color: #423306;
}
.BgClassName
{
background-color: #423306;
}
</style>
border-color css
<style>
span { border-color: #423306; }
span { border-color: rgb(66,51,6); }
td.TdClassName
{
border-color: #423306;
}
.TagClassName
{
border-color: #423306;
}
</style>