Shades of Red Oxide #681B15
Tints of Red Oxide #681B15
RGB
CMYK
RGB Variations
Color information
#681B15 (or 0x681B15) is known color: Red Oxide. HEX triplet: 68, 1B and 15. RGB value is (104,27,21). Sum of RGB (Red+Green+Blue) = 104+27+21=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B15 is #97E4EA. Grayscale: #313131. Windows color (decimal): -9954539 or 1383272. OLE color: 1383272.
HSL color Cylindrical-coordinate representation of color #681B15: hue angle of 4.34º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681B15 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 21 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.59 |
| HSL | 4.34º | 0.66% | 0.25% | - |
| HSV(B) | 4.34º | 0.8% | 0.41% | - |
| XYZ | 6.24 | 3.78 | 1.11 | - |
| YUV | 49.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 21 | 0 | 0.74 | 0.80 | 0.59 | 4.34 | 0.66 | 0.25 |
| Hex | 68 | 1B | 15 | 0 | 4A | 50 | 3B | 4 | 42 | 19 |
| Octal | 150 | 33 | 25 | 0 | 112 | 120 | 73 | 4 | 102 | 31 |
| Binary | 1101000 | 11011 | 10101 | 0 | 1001010 | 1010000 | 111011 | 100 | 1000010 | 11001 |
Color Harmonies of #681B15
Complementary color
Monochromatic Colors of #681B15
Black with #681B15
Text Example
Text Example
White with #681B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B15; }
p { color: rgb(104,27,21); }
H1.HeaderClassName
{
color: #681B15;
}
.AnyTagClassName
{
color: #681B15;
}
</style>
background-color css
<style>
a { background-color: #681B15; }
a { background-color: rgb(104,27,21); }
div.DivClassName
{
background-color: #681B15;
}
.BgClassName
{
background-color: #681B15;
}
</style>
border-color css
<style>
span { border-color: #681B15; }
span { border-color: rgb(104,27,21); }
td.TdClassName
{
border-color: #681B15;
}
.TagClassName
{
border-color: #681B15;
}
</style>