Shades of Red Oxide #610B06
Tints of Red Oxide #610B06
RGB
CMYK
RGB Variations
Color information
#610B06 (or 0x610B06) is known color: Red Oxide. HEX triplet: 61, 0B and 06. RGB value is (97,11,6). Sum of RGB (Red+Green+Blue) = 97+11+6=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B06 is #9EF4F9. Grayscale: #242424. Windows color (decimal): -10417402 or 396129. OLE color: 396129.
HSL color Cylindrical-coordinate representation of color #610B06: hue angle of 3.3º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610B06 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 6 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.62 |
| HSL | 3.3º | 0.88% | 0.2% | - |
| HSV(B) | 3.3º | 0.94% | 0.38% | - |
| XYZ | 5.08 | 2.79 | 0.44 | - |
| YUV | 36.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 6 | 0 | 0.89 | 0.94 | 0.62 | 3.3 | 0.88 | 0.2 |
| Hex | 61 | B | 6 | 0 | 59 | 5E | 3E | 3 | 58 | 14 |
| Octal | 141 | 13 | 6 | 0 | 131 | 136 | 76 | 3 | 130 | 24 |
| Binary | 1100001 | 1011 | 110 | 0 | 1011001 | 1011110 | 111110 | 11 | 1011000 | 10100 |
Color Harmonies of #610B06
Complementary color
Monochromatic Colors of #610B06
Black with #610B06
Text Example
Text Example
White with #610B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B06; }
p { color: rgb(97,11,6); }
H1.HeaderClassName
{
color: #610B06;
}
.AnyTagClassName
{
color: #610B06;
}
</style>
background-color css
<style>
a { background-color: #610B06; }
a { background-color: rgb(97,11,6); }
div.DivClassName
{
background-color: #610B06;
}
.BgClassName
{
background-color: #610B06;
}
</style>
border-color css
<style>
span { border-color: #610B06; }
span { border-color: rgb(97,11,6); }
td.TdClassName
{
border-color: #610B06;
}
.TagClassName
{
border-color: #610B06;
}
</style>