Shades of Madras #464206
Tints of Madras #464206
RGB
CMYK
RGB Variations
Color information
#464206 (or 0x464206) is known color: Madras. HEX triplet: 46, 42 and 06. RGB value is (70,66,6). Sum of RGB (Red+Green+Blue) = 70+66+6=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #464206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464206 is #B9BDF9. Grayscale: #3C3C3C. Windows color (decimal): -12172794 or 410182. OLE color: 410182.
HSL color Cylindrical-coordinate representation of color #464206: hue angle of 56.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #464206 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 6 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.73 |
| HSL | 56.25º | 0.84% | 0.15% | - |
| HSV(B) | 56.25º | 0.91% | 0.27% | - |
| XYZ | 4.51 | 5.21 | 0.94 | - |
| YUV | 60.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 6 | 0 | 0.06 | 0.91 | 0.73 | 56.25 | 0.84 | 0.15 |
| Hex | 46 | 42 | 6 | 0 | 6 | 5B | 49 | 38 | 54 | F |
| Octal | 106 | 102 | 6 | 0 | 6 | 133 | 111 | 70 | 124 | 17 |
| Binary | 1000110 | 1000010 | 110 | 0 | 110 | 1011011 | 1001001 | 111000 | 1010100 | 1111 |
Color Harmonies of #464206
Complementary color
Monochromatic Colors of #464206
Black with #464206
Text Example
Text Example
White with #464206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464206; }
p { color: rgb(70,66,6); }
H1.HeaderClassName
{
color: #464206;
}
.AnyTagClassName
{
color: #464206;
}
</style>
background-color css
<style>
a { background-color: #464206; }
a { background-color: rgb(70,66,6); }
div.DivClassName
{
background-color: #464206;
}
.BgClassName
{
background-color: #464206;
}
</style>
border-color css
<style>
span { border-color: #464206; }
span { border-color: rgb(70,66,6); }
td.TdClassName
{
border-color: #464206;
}
.TagClassName
{
border-color: #464206;
}
</style>