Shades of Red Oxide #651C06
Tints of Red Oxide #651C06
RGB
CMYK
RGB Variations
Color information
#651C06 (or 0x651C06) is known color: Red Oxide. HEX triplet: 65, 1C and 06. RGB value is (101,28,6). Sum of RGB (Red+Green+Blue) = 101+28+6=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #651C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C06 is #9AE3F9. Grayscale: #2F2F2F. Windows color (decimal): -10150906 or 400485. OLE color: 400485.
HSL color Cylindrical-coordinate representation of color #651C06: hue angle of 13.89º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #651C06 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 6 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.60 |
| HSL | 13.89º | 0.89% | 0.21% | - |
| HSV(B) | 13.89º | 0.94% | 0.4% | - |
| XYZ | 5.81 | 3.61 | 0.56 | - |
| YUV | 47.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 6 | 0 | 0.72 | 0.94 | 0.60 | 13.89 | 0.89 | 0.21 |
| Hex | 65 | 1C | 6 | 0 | 48 | 5E | 3C | E | 59 | 15 |
| Octal | 145 | 34 | 6 | 0 | 110 | 136 | 74 | 16 | 131 | 25 |
| Binary | 1100101 | 11100 | 110 | 0 | 1001000 | 1011110 | 111100 | 1110 | 1011001 | 10101 |
Color Harmonies of #651C06
Complementary color
Monochromatic Colors of #651C06
Black with #651C06
Text Example
Text Example
White with #651C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C06; }
p { color: rgb(101,28,6); }
H1.HeaderClassName
{
color: #651C06;
}
.AnyTagClassName
{
color: #651C06;
}
</style>
background-color css
<style>
a { background-color: #651C06; }
a { background-color: rgb(101,28,6); }
div.DivClassName
{
background-color: #651C06;
}
.BgClassName
{
background-color: #651C06;
}
</style>
border-color css
<style>
span { border-color: #651C06; }
span { border-color: rgb(101,28,6); }
td.TdClassName
{
border-color: #651C06;
}
.TagClassName
{
border-color: #651C06;
}
</style>