Shades of Red Oxide #67160E
Tints of Red Oxide #67160E
RGB
CMYK
RGB Variations
Color information
#67160E (or 0x67160E) is known color: Red Oxide. HEX triplet: 67, 16 and 0E. RGB value is (103,22,14). Sum of RGB (Red+Green+Blue) = 103+22+14=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67160E is #98E9F1. Grayscale: #2D2D2D. Windows color (decimal): -10021362 or 923239. OLE color: 923239.
HSL color Cylindrical-coordinate representation of color #67160E: hue angle of 5.39º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67160E is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 14 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.60 |
| HSL | 5.39º | 0.76% | 0.23% | - |
| HSV(B) | 5.39º | 0.86% | 0.4% | - |
| XYZ | 5.96 | 3.49 | 0.77 | - |
| YUV | 45.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 14 | 0 | 0.79 | 0.86 | 0.60 | 5.39 | 0.76 | 0.23 |
| Hex | 67 | 16 | E | 0 | 4F | 56 | 3C | 5 | 4C | 17 |
| Octal | 147 | 26 | 16 | 0 | 117 | 126 | 74 | 5 | 114 | 27 |
| Binary | 1100111 | 10110 | 1110 | 0 | 1001111 | 1010110 | 111100 | 101 | 1001100 | 10111 |
Color Harmonies of #67160E
Complementary color
Monochromatic Colors of #67160E
Black with #67160E
Text Example
Text Example
White with #67160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67160E; }
p { color: rgb(103,22,14); }
H1.HeaderClassName
{
color: #67160E;
}
.AnyTagClassName
{
color: #67160E;
}
</style>
background-color css
<style>
a { background-color: #67160E; }
a { background-color: rgb(103,22,14); }
div.DivClassName
{
background-color: #67160E;
}
.BgClassName
{
background-color: #67160E;
}
</style>
border-color css
<style>
span { border-color: #67160E; }
span { border-color: rgb(103,22,14); }
td.TdClassName
{
border-color: #67160E;
}
.TagClassName
{
border-color: #67160E;
}
</style>