Shades of Red Oxide #630F06
Tints of Red Oxide #630F06
RGB
CMYK
RGB Variations
Color information
#630F06 (or 0x630F06) is known color: Red Oxide. HEX triplet: 63, 0F and 06. RGB value is (99,15,6). Sum of RGB (Red+Green+Blue) = 99+15+6=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F06 is #9CF0F9. Grayscale: #272727. Windows color (decimal): -10285306 or 397155. OLE color: 397155.
HSL color Cylindrical-coordinate representation of color #630F06: hue angle of 5.81º 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 #630F06 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 6 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.61 |
| HSL | 5.81º | 0.89% | 0.21% | - |
| HSV(B) | 5.81º | 0.94% | 0.39% | - |
| XYZ | 5.35 | 3.01 | 0.47 | - |
| YUV | 39.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 6 | 0 | 0.85 | 0.94 | 0.61 | 5.81 | 0.89 | 0.21 |
| Hex | 63 | F | 6 | 0 | 55 | 5E | 3D | 6 | 59 | 15 |
| Octal | 143 | 17 | 6 | 0 | 125 | 136 | 75 | 6 | 131 | 25 |
| Binary | 1100011 | 1111 | 110 | 0 | 1010101 | 1011110 | 111101 | 110 | 1011001 | 10101 |
Color Harmonies of #630F06
Complementary color
Monochromatic Colors of #630F06
Black with #630F06
Text Example
Text Example
White with #630F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F06; }
p { color: rgb(99,15,6); }
H1.HeaderClassName
{
color: #630F06;
}
.AnyTagClassName
{
color: #630F06;
}
</style>
background-color css
<style>
a { background-color: #630F06; }
a { background-color: rgb(99,15,6); }
div.DivClassName
{
background-color: #630F06;
}
.BgClassName
{
background-color: #630F06;
}
</style>
border-color css
<style>
span { border-color: #630F06; }
span { border-color: rgb(99,15,6); }
td.TdClassName
{
border-color: #630F06;
}
.TagClassName
{
border-color: #630F06;
}
</style>