Shades of Red Oxide #560A06
Tints of Red Oxide #560A06
RGB
CMYK
RGB Variations
Color information
#560A06 (or 0x560A06) is known color: Red Oxide. HEX triplet: 56, 0A and 06. RGB value is (86,10,6). Sum of RGB (Red+Green+Blue) = 86+10+6=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #560A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A06 is #A9F5F9. Grayscale: #202020. Windows color (decimal): -11138554 or 395862. OLE color: 395862.
HSL color Cylindrical-coordinate representation of color #560A06: hue angle of 3º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560A06 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 6 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.66 |
| HSL | 3º | 0.87% | 0.18% | - |
| HSV(B) | 3º | 0.93% | 0.34% | - |
| XYZ | 3.98 | 2.21 | 0.39 | - |
| YUV | 32.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 6 | 0 | 0.88 | 0.93 | 0.66 | 3 | 0.87 | 0.18 |
| Hex | 56 | A | 6 | 0 | 58 | 5D | 42 | 3 | 57 | 12 |
| Octal | 126 | 12 | 6 | 0 | 130 | 135 | 102 | 3 | 127 | 22 |
| Binary | 1010110 | 1010 | 110 | 0 | 1011000 | 1011101 | 1000010 | 11 | 1010111 | 10010 |
Color Harmonies of #560A06
Complementary color
Monochromatic Colors of #560A06
Black with #560A06
Text Example
Text Example
White with #560A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A06; }
p { color: rgb(86,10,6); }
H1.HeaderClassName
{
color: #560A06;
}
.AnyTagClassName
{
color: #560A06;
}
</style>
background-color css
<style>
a { background-color: #560A06; }
a { background-color: rgb(86,10,6); }
div.DivClassName
{
background-color: #560A06;
}
.BgClassName
{
background-color: #560A06;
}
</style>
border-color css
<style>
span { border-color: #560A06; }
span { border-color: rgb(86,10,6); }
td.TdClassName
{
border-color: #560A06;
}
.TagClassName
{
border-color: #560A06;
}
</style>