Shades of Red Oxide #681C13
Tints of Red Oxide #681C13
RGB
CMYK
RGB Variations
Color information
#681C13 (or 0x681C13) is known color: Red Oxide. HEX triplet: 68, 1C and 13. RGB value is (104,28,19). Sum of RGB (Red+Green+Blue) = 104+28+19=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C13 is #97E3EC. Grayscale: #313131. Windows color (decimal): -9954285 or 1252456. OLE color: 1252456.
HSL color Cylindrical-coordinate representation of color #681C13: hue angle of 6.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681C13 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 19 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.59 |
| HSL | 6.35º | 0.69% | 0.24% | - |
| HSV(B) | 6.35º | 0.82% | 0.41% | - |
| XYZ | 6.24 | 3.82 | 1.02 | - |
| YUV | 49.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 19 | 0 | 0.73 | 0.82 | 0.59 | 6.35 | 0.69 | 0.24 |
| Hex | 68 | 1C | 13 | 0 | 49 | 52 | 3B | 6 | 45 | 18 |
| Octal | 150 | 34 | 23 | 0 | 111 | 122 | 73 | 6 | 105 | 30 |
| Binary | 1101000 | 11100 | 10011 | 0 | 1001001 | 1010010 | 111011 | 110 | 1000101 | 11000 |
Color Harmonies of #681C13
Complementary color
Monochromatic Colors of #681C13
Black with #681C13
Text Example
Text Example
White with #681C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C13; }
p { color: rgb(104,28,19); }
H1.HeaderClassName
{
color: #681C13;
}
.AnyTagClassName
{
color: #681C13;
}
</style>
background-color css
<style>
a { background-color: #681C13; }
a { background-color: rgb(104,28,19); }
div.DivClassName
{
background-color: #681C13;
}
.BgClassName
{
background-color: #681C13;
}
</style>
border-color css
<style>
span { border-color: #681C13; }
span { border-color: rgb(104,28,19); }
td.TdClassName
{
border-color: #681C13;
}
.TagClassName
{
border-color: #681C13;
}
</style>