Shades of Red Oxide #681B0F
Tints of Red Oxide #681B0F
RGB
CMYK
RGB Variations
Color information
#681B0F (or 0x681B0F) is known color: Red Oxide. HEX triplet: 68, 1B and 0F. RGB value is (104,27,15). Sum of RGB (Red+Green+Blue) = 104+27+15=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B0F is #97E4F0. Grayscale: #303030. Windows color (decimal): -9954545 or 990056. OLE color: 990056.
HSL color Cylindrical-coordinate representation of color #681B0F: hue angle of 8.09º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681B0F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 15 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.59 |
| HSL | 8.09º | 0.75% | 0.23% | - |
| HSV(B) | 8.09º | 0.86% | 0.41% | - |
| XYZ | 6.19 | 3.76 | 0.85 | - |
| YUV | 48.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 15 | 0 | 0.74 | 0.86 | 0.59 | 8.09 | 0.75 | 0.23 |
| Hex | 68 | 1B | F | 0 | 4A | 56 | 3B | 8 | 4B | 17 |
| Octal | 150 | 33 | 17 | 0 | 112 | 126 | 73 | 10 | 113 | 27 |
| Binary | 1101000 | 11011 | 1111 | 0 | 1001010 | 1010110 | 111011 | 1000 | 1001011 | 10111 |
Color Harmonies of #681B0F
Complementary color
Monochromatic Colors of #681B0F
Black with #681B0F
Text Example
Text Example
White with #681B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B0F; }
p { color: rgb(104,27,15); }
H1.HeaderClassName
{
color: #681B0F;
}
.AnyTagClassName
{
color: #681B0F;
}
</style>
background-color css
<style>
a { background-color: #681B0F; }
a { background-color: rgb(104,27,15); }
div.DivClassName
{
background-color: #681B0F;
}
.BgClassName
{
background-color: #681B0F;
}
</style>
border-color css
<style>
span { border-color: #681B0F; }
span { border-color: rgb(104,27,15); }
td.TdClassName
{
border-color: #681B0F;
}
.TagClassName
{
border-color: #681B0F;
}
</style>