Shades of Red Oxide #631A06
Tints of Red Oxide #631A06
RGB
CMYK
RGB Variations
Color information
#631A06 (or 0x631A06) is known color: Red Oxide. HEX triplet: 63, 1A and 06. RGB value is (99,26,6). Sum of RGB (Red+Green+Blue) = 99+26+6=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #631A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631A06 is #9CE5F9. Grayscale: #2D2D2D. Windows color (decimal): -10282490 or 399971. OLE color: 399971.
HSL color Cylindrical-coordinate representation of color #631A06: hue angle of 12.9º 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 #631A06 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 6 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.61 |
| HSL | 12.9º | 0.89% | 0.21% | - |
| HSV(B) | 12.9º | 0.94% | 0.39% | - |
| XYZ | 5.55 | 3.4 | 0.54 | - |
| YUV | 45.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 6 | 0 | 0.74 | 0.94 | 0.61 | 12.9 | 0.89 | 0.21 |
| Hex | 63 | 1A | 6 | 0 | 4A | 5E | 3D | D | 59 | 15 |
| Octal | 143 | 32 | 6 | 0 | 112 | 136 | 75 | 15 | 131 | 25 |
| Binary | 1100011 | 11010 | 110 | 0 | 1001010 | 1011110 | 111101 | 1101 | 1011001 | 10101 |
Color Harmonies of #631A06
Complementary color
Monochromatic Colors of #631A06
Black with #631A06
Text Example
Text Example
White with #631A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A06; }
p { color: rgb(99,26,6); }
H1.HeaderClassName
{
color: #631A06;
}
.AnyTagClassName
{
color: #631A06;
}
</style>
background-color css
<style>
a { background-color: #631A06; }
a { background-color: rgb(99,26,6); }
div.DivClassName
{
background-color: #631A06;
}
.BgClassName
{
background-color: #631A06;
}
</style>
border-color css
<style>
span { border-color: #631A06; }
span { border-color: rgb(99,26,6); }
td.TdClassName
{
border-color: #631A06;
}
.TagClassName
{
border-color: #631A06;
}
</style>