Shades of Red Oxide #671306
Tints of Red Oxide #671306
RGB
CMYK
RGB Variations
Color information
#671306 (or 0x671306) is known color: Red Oxide. HEX triplet: 67, 13 and 06. RGB value is (103,19,6). Sum of RGB (Red+Green+Blue) = 103+19+6=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #671306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671306 is #98ECF9. Grayscale: #2A2A2A. Windows color (decimal): -10022138 or 398183. OLE color: 398183.
HSL color Cylindrical-coordinate representation of color #671306: hue angle of 8.04º 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 #671306 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 6 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.60 |
| HSL | 8.04º | 0.89% | 0.21% | - |
| HSV(B) | 8.04º | 0.94% | 0.4% | - |
| XYZ | 5.86 | 3.36 | 0.51 | - |
| YUV | 42.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 6 | 0 | 0.82 | 0.94 | 0.60 | 8.04 | 0.89 | 0.21 |
| Hex | 67 | 13 | 6 | 0 | 52 | 5E | 3C | 8 | 59 | 15 |
| Octal | 147 | 23 | 6 | 0 | 122 | 136 | 74 | 10 | 131 | 25 |
| Binary | 1100111 | 10011 | 110 | 0 | 1010010 | 1011110 | 111100 | 1000 | 1011001 | 10101 |
Color Harmonies of #671306
Complementary color
Monochromatic Colors of #671306
Black with #671306
Text Example
Text Example
White with #671306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671306; }
p { color: rgb(103,19,6); }
H1.HeaderClassName
{
color: #671306;
}
.AnyTagClassName
{
color: #671306;
}
</style>
background-color css
<style>
a { background-color: #671306; }
a { background-color: rgb(103,19,6); }
div.DivClassName
{
background-color: #671306;
}
.BgClassName
{
background-color: #671306;
}
</style>
border-color css
<style>
span { border-color: #671306; }
span { border-color: rgb(103,19,6); }
td.TdClassName
{
border-color: #671306;
}
.TagClassName
{
border-color: #671306;
}
</style>