Shades of Red Oxide #68201E
Tints of Red Oxide #68201E
RGB
CMYK
RGB Variations
Color information
#68201E (or 0x68201E) is known color: Red Oxide. HEX triplet: 68, 20 and 1E. RGB value is (104,32,30). Sum of RGB (Red+Green+Blue) = 104+32+30=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68201E is #97DFE1. Grayscale: #353535. Windows color (decimal): -9953250 or 1974376. OLE color: 1974376.
HSL color Cylindrical-coordinate representation of color #68201E: hue angle of 1.62º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68201E is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 30 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.59 |
| HSL | 1.62º | 0.55% | 0.26% | - |
| HSV(B) | 1.62º | 0.71% | 0.41% | - |
| XYZ | 6.46 | 4.07 | 1.67 | - |
| YUV | 53.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 30 | 0 | 0.69 | 0.71 | 0.59 | 1.62 | 0.55 | 0.26 |
| Hex | 68 | 20 | 1E | 0 | 45 | 47 | 3B | 2 | 37 | 1A |
| Octal | 150 | 40 | 36 | 0 | 105 | 107 | 73 | 2 | 67 | 32 |
| Binary | 1101000 | 100000 | 11110 | 0 | 1000101 | 1000111 | 111011 | 10 | 110111 | 11010 |
Color Harmonies of #68201E
Complementary color
Monochromatic Colors of #68201E
Black with #68201E
Text Example
Text Example
White with #68201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68201E; }
p { color: rgb(104,32,30); }
H1.HeaderClassName
{
color: #68201E;
}
.AnyTagClassName
{
color: #68201E;
}
</style>
background-color css
<style>
a { background-color: #68201E; }
a { background-color: rgb(104,32,30); }
div.DivClassName
{
background-color: #68201E;
}
.BgClassName
{
background-color: #68201E;
}
</style>
border-color css
<style>
span { border-color: #68201E; }
span { border-color: rgb(104,32,30); }
td.TdClassName
{
border-color: #68201E;
}
.TagClassName
{
border-color: #68201E;
}
</style>