Shades of Red Oxide #68180E
Tints of Red Oxide #68180E
RGB
CMYK
RGB Variations
Color information
#68180E (or 0x68180E) is known color: Red Oxide. HEX triplet: 68, 18 and 0E. RGB value is (104,24,14). Sum of RGB (Red+Green+Blue) = 104+24+14=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #68180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68180E is #97E7F1. Grayscale: #2E2E2E. Windows color (decimal): -9955314 or 923752. OLE color: 923752.
HSL color Cylindrical-coordinate representation of color #68180E: hue angle of 6.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68180E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 14 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.59 |
| HSL | 6.67º | 0.76% | 0.23% | - |
| HSV(B) | 6.67º | 0.87% | 0.41% | - |
| XYZ | 6.11 | 3.63 | 0.79 | - |
| YUV | 46.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 14 | 0 | 0.77 | 0.87 | 0.59 | 6.67 | 0.76 | 0.23 |
| Hex | 68 | 18 | E | 0 | 4D | 57 | 3B | 7 | 4C | 17 |
| Octal | 150 | 30 | 16 | 0 | 115 | 127 | 73 | 7 | 114 | 27 |
| Binary | 1101000 | 11000 | 1110 | 0 | 1001101 | 1010111 | 111011 | 111 | 1001100 | 10111 |
Color Harmonies of #68180E
Complementary color
Monochromatic Colors of #68180E
Black with #68180E
Text Example
Text Example
White with #68180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68180E; }
p { color: rgb(104,24,14); }
H1.HeaderClassName
{
color: #68180E;
}
.AnyTagClassName
{
color: #68180E;
}
</style>
background-color css
<style>
a { background-color: #68180E; }
a { background-color: rgb(104,24,14); }
div.DivClassName
{
background-color: #68180E;
}
.BgClassName
{
background-color: #68180E;
}
</style>
border-color css
<style>
span { border-color: #68180E; }
span { border-color: rgb(104,24,14); }
td.TdClassName
{
border-color: #68180E;
}
.TagClassName
{
border-color: #68180E;
}
</style>