Shades of Red Oxide #671606
Tints of Red Oxide #671606
RGB
CMYK
RGB Variations
Color information
#671606 (or 0x671606) is known color: Red Oxide. HEX triplet: 67, 16 and 06. RGB value is (103,22,6). Sum of RGB (Red+Green+Blue) = 103+22+6=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671606 is #98E9F9. Grayscale: #2C2C2C. Windows color (decimal): -10021370 or 398951. OLE color: 398951.
HSL color Cylindrical-coordinate representation of color #671606: hue angle of 9.9º 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 #671606 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 6 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.60 |
| HSL | 9.9º | 0.89% | 0.21% | - |
| HSV(B) | 9.9º | 0.94% | 0.4% | - |
| XYZ | 5.91 | 3.47 | 0.53 | - |
| YUV | 44.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 6 | 0 | 0.79 | 0.94 | 0.60 | 9.9 | 0.89 | 0.21 |
| Hex | 67 | 16 | 6 | 0 | 4F | 5E | 3C | A | 59 | 15 |
| Octal | 147 | 26 | 6 | 0 | 117 | 136 | 74 | 12 | 131 | 25 |
| Binary | 1100111 | 10110 | 110 | 0 | 1001111 | 1011110 | 111100 | 1010 | 1011001 | 10101 |
Color Harmonies of #671606
Complementary color
Monochromatic Colors of #671606
Black with #671606
Text Example
Text Example
White with #671606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671606; }
p { color: rgb(103,22,6); }
H1.HeaderClassName
{
color: #671606;
}
.AnyTagClassName
{
color: #671606;
}
</style>
background-color css
<style>
a { background-color: #671606; }
a { background-color: rgb(103,22,6); }
div.DivClassName
{
background-color: #671606;
}
.BgClassName
{
background-color: #671606;
}
</style>
border-color css
<style>
span { border-color: #671606; }
span { border-color: rgb(103,22,6); }
td.TdClassName
{
border-color: #671606;
}
.TagClassName
{
border-color: #671606;
}
</style>