Shades of Red Oxide #681B04
Tints of Red Oxide #681B04
RGB
CMYK
RGB Variations
Color information
#681B04 (or 0x681B04) is known color: Red Oxide. HEX triplet: 68, 1B and 04. RGB value is (104,27,4). Sum of RGB (Red+Green+Blue) = 104+27+4=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B04 is #97E4FB. Grayscale: #2F2F2F. Windows color (decimal): -9954556 or 269160. OLE color: 269160.
HSL color Cylindrical-coordinate representation of color #681B04: hue angle of 13.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #681B04 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 4 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.59 |
| HSL | 13.8º | 0.93% | 0.21% | - |
| HSV(B) | 13.8º | 0.96% | 0.41% | - |
| XYZ | 6.12 | 3.74 | 0.51 | - |
| YUV | 47.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 4 | 0 | 0.74 | 0.96 | 0.59 | 13.8 | 0.93 | 0.21 |
| Hex | 68 | 1B | 4 | 0 | 4A | 60 | 3B | E | 5D | 15 |
| Octal | 150 | 33 | 4 | 0 | 112 | 140 | 73 | 16 | 135 | 25 |
| Binary | 1101000 | 11011 | 100 | 0 | 1001010 | 1100000 | 111011 | 1110 | 1011101 | 10101 |
Color Harmonies of #681B04
Complementary color
Monochromatic Colors of #681B04
Black with #681B04
Text Example
Text Example
White with #681B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B04; }
p { color: rgb(104,27,4); }
H1.HeaderClassName
{
color: #681B04;
}
.AnyTagClassName
{
color: #681B04;
}
</style>
background-color css
<style>
a { background-color: #681B04; }
a { background-color: rgb(104,27,4); }
div.DivClassName
{
background-color: #681B04;
}
.BgClassName
{
background-color: #681B04;
}
</style>
border-color css
<style>
span { border-color: #681B04; }
span { border-color: rgb(104,27,4); }
td.TdClassName
{
border-color: #681B04;
}
.TagClassName
{
border-color: #681B04;
}
</style>