Shades of Red Oxide #631B06
Tints of Red Oxide #631B06
RGB
CMYK
RGB Variations
Color information
#631B06 (or 0x631B06) is known color: Red Oxide. HEX triplet: 63, 1B and 06. RGB value is (99,27,6). Sum of RGB (Red+Green+Blue) = 99+27+6=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #631B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B06 is #9CE4F9. Grayscale: #2E2E2E. Windows color (decimal): -10282234 or 400227. OLE color: 400227.
HSL color Cylindrical-coordinate representation of color #631B06: hue angle of 13.55º 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 #631B06 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 6 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.61 |
| HSL | 13.55º | 0.89% | 0.21% | - |
| HSV(B) | 13.55º | 0.94% | 0.39% | - |
| XYZ | 5.57 | 3.45 | 0.54 | - |
| YUV | 46.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 6 | 0 | 0.73 | 0.94 | 0.61 | 13.55 | 0.89 | 0.21 |
| Hex | 63 | 1B | 6 | 0 | 49 | 5E | 3D | E | 59 | 15 |
| Octal | 143 | 33 | 6 | 0 | 111 | 136 | 75 | 16 | 131 | 25 |
| Binary | 1100011 | 11011 | 110 | 0 | 1001001 | 1011110 | 111101 | 1110 | 1011001 | 10101 |
Color Harmonies of #631B06
Complementary color
Monochromatic Colors of #631B06
Black with #631B06
Text Example
Text Example
White with #631B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B06; }
p { color: rgb(99,27,6); }
H1.HeaderClassName
{
color: #631B06;
}
.AnyTagClassName
{
color: #631B06;
}
</style>
background-color css
<style>
a { background-color: #631B06; }
a { background-color: rgb(99,27,6); }
div.DivClassName
{
background-color: #631B06;
}
.BgClassName
{
background-color: #631B06;
}
</style>
border-color css
<style>
span { border-color: #631B06; }
span { border-color: rgb(99,27,6); }
td.TdClassName
{
border-color: #631B06;
}
.TagClassName
{
border-color: #631B06;
}
</style>