Shades of Red Oxide #68180C
Tints of Red Oxide #68180C
RGB
CMYK
RGB Variations
Color information
#68180C (or 0x68180C) is known color: Red Oxide. HEX triplet: 68, 18 and 0C. RGB value is (104,24,12). Sum of RGB (Red+Green+Blue) = 104+24+12=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68180C is #97E7F3. Grayscale: #2E2E2E. Windows color (decimal): -9955316 or 792680. OLE color: 792680.
HSL color Cylindrical-coordinate representation of color #68180C: hue angle of 7.83º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68180C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 12 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.59 |
| HSL | 7.83º | 0.79% | 0.23% | - |
| HSV(B) | 7.83º | 0.88% | 0.41% | - |
| XYZ | 6.1 | 3.62 | 0.73 | - |
| YUV | 46.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 12 | 0 | 0.77 | 0.88 | 0.59 | 7.83 | 0.79 | 0.23 |
| Hex | 68 | 18 | C | 0 | 4D | 58 | 3B | 8 | 4F | 17 |
| Octal | 150 | 30 | 14 | 0 | 115 | 130 | 73 | 10 | 117 | 27 |
| Binary | 1101000 | 11000 | 1100 | 0 | 1001101 | 1011000 | 111011 | 1000 | 1001111 | 10111 |
Color Harmonies of #68180C
Complementary color
Monochromatic Colors of #68180C
Black with #68180C
Text Example
Text Example
White with #68180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68180C; }
p { color: rgb(104,24,12); }
H1.HeaderClassName
{
color: #68180C;
}
.AnyTagClassName
{
color: #68180C;
}
</style>
background-color css
<style>
a { background-color: #68180C; }
a { background-color: rgb(104,24,12); }
div.DivClassName
{
background-color: #68180C;
}
.BgClassName
{
background-color: #68180C;
}
</style>
border-color css
<style>
span { border-color: #68180C; }
span { border-color: rgb(104,24,12); }
td.TdClassName
{
border-color: #68180C;
}
.TagClassName
{
border-color: #68180C;
}
</style>