Shades of Red Oxide #631605
Tints of Red Oxide #631605
RGB
CMYK
RGB Variations
Color information
#631605 (or 0x631605) is known color: Red Oxide. HEX triplet: 63, 16 and 05. RGB value is (99,22,5). Sum of RGB (Red+Green+Blue) = 99+22+5=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #631605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631605 is #9CE9FA. Grayscale: #2B2B2B. Windows color (decimal): -10283515 or 333411. OLE color: 333411.
HSL color Cylindrical-coordinate representation of color #631605: hue angle of 10.85º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #631605 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 5 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.61 |
| HSL | 10.85º | 0.9% | 0.2% | - |
| HSV(B) | 10.85º | 0.95% | 0.39% | - |
| XYZ | 5.46 | 3.24 | 0.48 | - |
| YUV | 43.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 5 | 0 | 0.78 | 0.95 | 0.61 | 10.85 | 0.9 | 0.2 |
| Hex | 63 | 16 | 5 | 0 | 4E | 5F | 3D | B | 5A | 14 |
| Octal | 143 | 26 | 5 | 0 | 116 | 137 | 75 | 13 | 132 | 24 |
| Binary | 1100011 | 10110 | 101 | 0 | 1001110 | 1011111 | 111101 | 1011 | 1011010 | 10100 |
Color Harmonies of #631605
Complementary color
Monochromatic Colors of #631605
Black with #631605
Text Example
Text Example
White with #631605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631605; }
p { color: rgb(99,22,5); }
H1.HeaderClassName
{
color: #631605;
}
.AnyTagClassName
{
color: #631605;
}
</style>
background-color css
<style>
a { background-color: #631605; }
a { background-color: rgb(99,22,5); }
div.DivClassName
{
background-color: #631605;
}
.BgClassName
{
background-color: #631605;
}
</style>
border-color css
<style>
span { border-color: #631605; }
span { border-color: rgb(99,22,5); }
td.TdClassName
{
border-color: #631605;
}
.TagClassName
{
border-color: #631605;
}
</style>