Shades of Red Oxide #671206
Tints of Red Oxide #671206
RGB
CMYK
RGB Variations
Color information
#671206 (or 0x671206) is known color: Red Oxide. HEX triplet: 67, 12 and 06. RGB value is (103,18,6). Sum of RGB (Red+Green+Blue) = 103+18+6=127 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.10% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 103 - color contains mainly: red. Hex color #671206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671206 is #98EDF9. Grayscale: #2A2A2A. Windows color (decimal): -10022394 or 397927. OLE color: 397927.
HSL color Cylindrical-coordinate representation of color #671206: hue angle of 7.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #671206 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 6 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.60 |
| HSL | 7.42º | 0.89% | 0.21% | - |
| HSV(B) | 7.42º | 0.94% | 0.4% | - |
| XYZ | 5.84 | 3.33 | 0.51 | - |
| YUV | 42.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 6 | 0 | 0.83 | 0.94 | 0.60 | 7.42 | 0.89 | 0.21 |
| Hex | 67 | 12 | 6 | 0 | 53 | 5E | 3C | 7 | 59 | 15 |
| Octal | 147 | 22 | 6 | 0 | 123 | 136 | 74 | 7 | 131 | 25 |
| Binary | 1100111 | 10010 | 110 | 0 | 1010011 | 1011110 | 111100 | 111 | 1011001 | 10101 |
Color Harmonies of #671206
Complementary color
Monochromatic Colors of #671206
Black with #671206
Text Example
Text Example
White with #671206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671206; }
p { color: rgb(103,18,6); }
H1.HeaderClassName
{
color: #671206;
}
.AnyTagClassName
{
color: #671206;
}
</style>
background-color css
<style>
a { background-color: #671206; }
a { background-color: rgb(103,18,6); }
div.DivClassName
{
background-color: #671206;
}
.BgClassName
{
background-color: #671206;
}
</style>
border-color css
<style>
span { border-color: #671206; }
span { border-color: rgb(103,18,6); }
td.TdClassName
{
border-color: #671206;
}
.TagClassName
{
border-color: #671206;
}
</style>