Shades of Red Oxide #671C06
Tints of Red Oxide #671C06
RGB
CMYK
RGB Variations
Color information
#671C06 (or 0x671C06) is known color: Red Oxide. HEX triplet: 67, 1C and 06. RGB value is (103,28,6). Sum of RGB (Red+Green+Blue) = 103+28+6=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #671C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C06 is #98E3F9. Grayscale: #303030. Windows color (decimal): -10019834 or 400487. OLE color: 400487.
HSL color Cylindrical-coordinate representation of color #671C06: hue angle of 13.61º 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 #671C06 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 6 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.60 |
| HSL | 13.61º | 0.89% | 0.21% | - |
| HSV(B) | 13.61º | 0.94% | 0.4% | - |
| XYZ | 6.04 | 3.73 | 0.57 | - |
| YUV | 47.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 6 | 0 | 0.73 | 0.94 | 0.60 | 13.61 | 0.89 | 0.21 |
| Hex | 67 | 1C | 6 | 0 | 49 | 5E | 3C | E | 59 | 15 |
| Octal | 147 | 34 | 6 | 0 | 111 | 136 | 74 | 16 | 131 | 25 |
| Binary | 1100111 | 11100 | 110 | 0 | 1001001 | 1011110 | 111100 | 1110 | 1011001 | 10101 |
Color Harmonies of #671C06
Complementary color
Monochromatic Colors of #671C06
Black with #671C06
Text Example
Text Example
White with #671C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C06; }
p { color: rgb(103,28,6); }
H1.HeaderClassName
{
color: #671C06;
}
.AnyTagClassName
{
color: #671C06;
}
</style>
background-color css
<style>
a { background-color: #671C06; }
a { background-color: rgb(103,28,6); }
div.DivClassName
{
background-color: #671C06;
}
.BgClassName
{
background-color: #671C06;
}
</style>
border-color css
<style>
span { border-color: #671C06; }
span { border-color: rgb(103,28,6); }
td.TdClassName
{
border-color: #671C06;
}
.TagClassName
{
border-color: #671C06;
}
</style>