Shades of Red Oxide #671E17
Tints of Red Oxide #671E17
RGB
CMYK
RGB Variations
Color information
#671E17 (or 0x671E17) is known color: Red Oxide. HEX triplet: 67, 1E and 17. RGB value is (103,30,23). Sum of RGB (Red+Green+Blue) = 103+30+23=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671E17 is #98E1E8. Grayscale: #333333. Windows color (decimal): -10019305 or 1515111. OLE color: 1515111.
HSL color Cylindrical-coordinate representation of color #671E17: hue angle of 5.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #671E17 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 23 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.60 |
| HSL | 5.25º | 0.63% | 0.25% | - |
| HSV(B) | 5.25º | 0.78% | 0.4% | - |
| XYZ | 6.21 | 3.87 | 1.23 | - |
| YUV | 51.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 23 | 0 | 0.71 | 0.78 | 0.60 | 5.25 | 0.63 | 0.25 |
| Hex | 67 | 1E | 17 | 0 | 47 | 4E | 3C | 5 | 3F | 19 |
| Octal | 147 | 36 | 27 | 0 | 107 | 116 | 74 | 5 | 77 | 31 |
| Binary | 1100111 | 11110 | 10111 | 0 | 1000111 | 1001110 | 111100 | 101 | 111111 | 11001 |
Color Harmonies of #671E17
Complementary color
Monochromatic Colors of #671E17
Black with #671E17
Text Example
Text Example
White with #671E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E17; }
p { color: rgb(103,30,23); }
H1.HeaderClassName
{
color: #671E17;
}
.AnyTagClassName
{
color: #671E17;
}
</style>
background-color css
<style>
a { background-color: #671E17; }
a { background-color: rgb(103,30,23); }
div.DivClassName
{
background-color: #671E17;
}
.BgClassName
{
background-color: #671E17;
}
</style>
border-color css
<style>
span { border-color: #671E17; }
span { border-color: rgb(103,30,23); }
td.TdClassName
{
border-color: #671E17;
}
.TagClassName
{
border-color: #671E17;
}
</style>