Shades of Red Oxide #630D06
Tints of Red Oxide #630D06
RGB
CMYK
RGB Variations
Color information
#630D06 (or 0x630D06) is known color: Red Oxide. HEX triplet: 63, 0D and 06. RGB value is (99,13,6). Sum of RGB (Red+Green+Blue) = 99+13+6=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #630D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D06 is #9CF2F9. Grayscale: #262626. Windows color (decimal): -10285818 or 396643. OLE color: 396643.
HSL color Cylindrical-coordinate representation of color #630D06: hue angle of 4.52º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630D06 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 6 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.61 |
| HSL | 4.52º | 0.89% | 0.21% | - |
| HSV(B) | 4.52º | 0.94% | 0.39% | - |
| XYZ | 5.32 | 2.95 | 0.46 | - |
| YUV | 37.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 6 | 0 | 0.87 | 0.94 | 0.61 | 4.52 | 0.89 | 0.21 |
| Hex | 63 | D | 6 | 0 | 57 | 5E | 3D | 5 | 59 | 15 |
| Octal | 143 | 15 | 6 | 0 | 127 | 136 | 75 | 5 | 131 | 25 |
| Binary | 1100011 | 1101 | 110 | 0 | 1010111 | 1011110 | 111101 | 101 | 1011001 | 10101 |
Color Harmonies of #630D06
Complementary color
Monochromatic Colors of #630D06
Black with #630D06
Text Example
Text Example
White with #630D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D06; }
p { color: rgb(99,13,6); }
H1.HeaderClassName
{
color: #630D06;
}
.AnyTagClassName
{
color: #630D06;
}
</style>
background-color css
<style>
a { background-color: #630D06; }
a { background-color: rgb(99,13,6); }
div.DivClassName
{
background-color: #630D06;
}
.BgClassName
{
background-color: #630D06;
}
</style>
border-color css
<style>
span { border-color: #630D06; }
span { border-color: rgb(99,13,6); }
td.TdClassName
{
border-color: #630D06;
}
.TagClassName
{
border-color: #630D06;
}
</style>