Shades of Mikado #432E06
Tints of Mikado #432E06
RGB
CMYK
RGB Variations
Color information
#432E06 (or 0x432E06) is known color: Mikado. HEX triplet: 43, 2E and 06. RGB value is (67,46,6). Sum of RGB (Red+Green+Blue) = 67+46+6=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #432E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E06 is #BCD1F9. Grayscale: #2F2F2F. Windows color (decimal): -12374522 or 405059. OLE color: 405059.
HSL color Cylindrical-coordinate representation of color #432E06: hue angle of 39.34º degrees, saturation: 0.84, 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 #432E06 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 6 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.74 |
| HSL | 39.34º | 0.84% | 0.14% | - |
| HSV(B) | 39.34º | 0.91% | 0.26% | - |
| XYZ | 3.32 | 3.16 | 0.61 | - |
| YUV | 47.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 6 | 0 | 0.31 | 0.91 | 0.74 | 39.34 | 0.84 | 0.14 |
| Hex | 43 | 2E | 6 | 0 | 1F | 5B | 4A | 27 | 54 | E |
| Octal | 103 | 56 | 6 | 0 | 37 | 133 | 112 | 47 | 124 | 16 |
| Binary | 1000011 | 101110 | 110 | 0 | 11111 | 1011011 | 1001010 | 100111 | 1010100 | 1110 |
Color Harmonies of #432E06
Complementary color
Monochromatic Colors of #432E06
Black with #432E06
Text Example
Text Example
White with #432E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E06; }
p { color: rgb(67,46,6); }
H1.HeaderClassName
{
color: #432E06;
}
.AnyTagClassName
{
color: #432E06;
}
</style>
background-color css
<style>
a { background-color: #432E06; }
a { background-color: rgb(67,46,6); }
div.DivClassName
{
background-color: #432E06;
}
.BgClassName
{
background-color: #432E06;
}
</style>
border-color css
<style>
span { border-color: #432E06; }
span { border-color: rgb(67,46,6); }
td.TdClassName
{
border-color: #432E06;
}
.TagClassName
{
border-color: #432E06;
}
</style>