Shades of Red Oxide #681C12
Tints of Red Oxide #681C12
RGB
CMYK
RGB Variations
Color information
#681C12 (or 0x681C12) is known color: Red Oxide. HEX triplet: 68, 1C and 12. RGB value is (104,28,18). Sum of RGB (Red+Green+Blue) = 104+28+18=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #681C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C12 is #97E3ED. Grayscale: #313131. Windows color (decimal): -9954286 or 1186920. OLE color: 1186920.
HSL color Cylindrical-coordinate representation of color #681C12: hue angle of 6.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681C12 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 18 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.59 |
| HSL | 6.98º | 0.7% | 0.24% | - |
| HSV(B) | 6.98º | 0.83% | 0.41% | - |
| XYZ | 6.23 | 3.82 | 0.98 | - |
| YUV | 49.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 18 | 0 | 0.73 | 0.83 | 0.59 | 6.98 | 0.7 | 0.24 |
| Hex | 68 | 1C | 12 | 0 | 49 | 53 | 3B | 7 | 46 | 18 |
| Octal | 150 | 34 | 22 | 0 | 111 | 123 | 73 | 7 | 106 | 30 |
| Binary | 1101000 | 11100 | 10010 | 0 | 1001001 | 1010011 | 111011 | 111 | 1000110 | 11000 |
Color Harmonies of #681C12
Complementary color
Monochromatic Colors of #681C12
Black with #681C12
Text Example
Text Example
White with #681C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C12; }
p { color: rgb(104,28,18); }
H1.HeaderClassName
{
color: #681C12;
}
.AnyTagClassName
{
color: #681C12;
}
</style>
background-color css
<style>
a { background-color: #681C12; }
a { background-color: rgb(104,28,18); }
div.DivClassName
{
background-color: #681C12;
}
.BgClassName
{
background-color: #681C12;
}
</style>
border-color css
<style>
span { border-color: #681C12; }
span { border-color: rgb(104,28,18); }
td.TdClassName
{
border-color: #681C12;
}
.TagClassName
{
border-color: #681C12;
}
</style>