Shades of Red Oxide #68200C
Tints of Red Oxide #68200C
RGB
CMYK
RGB Variations
Color information
#68200C (or 0x68200C) is known color: Red Oxide. HEX triplet: 68, 20 and 0C. RGB value is (104,32,12). Sum of RGB (Red+Green+Blue) = 104+32+12=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68200C is #97DFF3. Grayscale: #333333. Windows color (decimal): -9953268 or 794728. OLE color: 794728.
HSL color Cylindrical-coordinate representation of color #68200C: hue angle of 13.04º 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 #68200C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 12 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.59 |
| HSL | 13.04º | 0.79% | 0.23% | - |
| HSV(B) | 13.04º | 0.88% | 0.41% | - |
| XYZ | 6.29 | 4 | 0.79 | - |
| YUV | 51.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 12 | 0 | 0.69 | 0.88 | 0.59 | 13.04 | 0.79 | 0.23 |
| Hex | 68 | 20 | C | 0 | 45 | 58 | 3B | D | 4F | 17 |
| Octal | 150 | 40 | 14 | 0 | 105 | 130 | 73 | 15 | 117 | 27 |
| Binary | 1101000 | 100000 | 1100 | 0 | 1000101 | 1011000 | 111011 | 1101 | 1001111 | 10111 |
Color Harmonies of #68200C
Complementary color
Monochromatic Colors of #68200C
Black with #68200C
Text Example
Text Example
White with #68200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68200C; }
p { color: rgb(104,32,12); }
H1.HeaderClassName
{
color: #68200C;
}
.AnyTagClassName
{
color: #68200C;
}
</style>
background-color css
<style>
a { background-color: #68200C; }
a { background-color: rgb(104,32,12); }
div.DivClassName
{
background-color: #68200C;
}
.BgClassName
{
background-color: #68200C;
}
</style>
border-color css
<style>
span { border-color: #68200C; }
span { border-color: rgb(104,32,12); }
td.TdClassName
{
border-color: #68200C;
}
.TagClassName
{
border-color: #68200C;
}
</style>