Shades of Red Oxide #560D06
Tints of Red Oxide #560D06
RGB
CMYK
RGB Variations
Color information
#560D06 (or 0x560D06) is known color: Red Oxide. HEX triplet: 56, 0D and 06. RGB value is (86,13,6). Sum of RGB (Red+Green+Blue) = 86+13+6=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #560D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D06 is #A9F2F9. Grayscale: #222222. Windows color (decimal): -11137786 or 396630. OLE color: 396630.
HSL color Cylindrical-coordinate representation of color #560D06: hue angle of 5.25º 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 #560D06 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 6 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.66 |
| HSL | 5.25º | 0.87% | 0.18% | - |
| HSV(B) | 5.25º | 0.93% | 0.34% | - |
| XYZ | 4.01 | 2.28 | 0.4 | - |
| YUV | 34.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 6 | 0 | 0.85 | 0.93 | 0.66 | 5.25 | 0.87 | 0.18 |
| Hex | 56 | D | 6 | 0 | 55 | 5D | 42 | 5 | 57 | 12 |
| Octal | 126 | 15 | 6 | 0 | 125 | 135 | 102 | 5 | 127 | 22 |
| Binary | 1010110 | 1101 | 110 | 0 | 1010101 | 1011101 | 1000010 | 101 | 1010111 | 10010 |
Color Harmonies of #560D06
Complementary color
Monochromatic Colors of #560D06
Black with #560D06
Text Example
Text Example
White with #560D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D06; }
p { color: rgb(86,13,6); }
H1.HeaderClassName
{
color: #560D06;
}
.AnyTagClassName
{
color: #560D06;
}
</style>
background-color css
<style>
a { background-color: #560D06; }
a { background-color: rgb(86,13,6); }
div.DivClassName
{
background-color: #560D06;
}
.BgClassName
{
background-color: #560D06;
}
</style>
border-color css
<style>
span { border-color: #560D06; }
span { border-color: rgb(86,13,6); }
td.TdClassName
{
border-color: #560D06;
}
.TagClassName
{
border-color: #560D06;
}
</style>