Shades of Red Oxide #661C05
Tints of Red Oxide #661C05
RGB
CMYK
RGB Variations
Color information
#661C05 (or 0x661C05) is known color: Red Oxide. HEX triplet: 66, 1C and 05. RGB value is (102,28,5). Sum of RGB (Red+Green+Blue) = 102+28+5=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #661C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C05 is #99E3FA. Grayscale: #2F2F2F. Windows color (decimal): -10085371 or 334950. OLE color: 334950.
HSL color Cylindrical-coordinate representation of color #661C05: hue angle of 14.23º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #661C05 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 5 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.6 |
| HSL | 14.23º | 0.91% | 0.21% | - |
| HSV(B) | 14.23º | 0.95% | 0.4% | - |
| XYZ | 5.92 | 3.67 | 0.54 | - |
| YUV | 47.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 5 | 0 | 0.73 | 0.95 | 0.6 | 14.23 | 0.91 | 0.21 |
| Hex | 66 | 1C | 5 | 0 | 49 | 5F | 3C | E | 5B | 15 |
| Octal | 146 | 34 | 5 | 0 | 111 | 137 | 74 | 16 | 133 | 25 |
| Binary | 1100110 | 11100 | 101 | 0 | 1001001 | 1011111 | 111100 | 1110 | 1011011 | 10101 |
Color Harmonies of #661C05
Complementary color
Monochromatic Colors of #661C05
Black with #661C05
Text Example
Text Example
White with #661C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C05; }
p { color: rgb(102,28,5); }
H1.HeaderClassName
{
color: #661C05;
}
.AnyTagClassName
{
color: #661C05;
}
</style>
background-color css
<style>
a { background-color: #661C05; }
a { background-color: rgb(102,28,5); }
div.DivClassName
{
background-color: #661C05;
}
.BgClassName
{
background-color: #661C05;
}
</style>
border-color css
<style>
span { border-color: #661C05; }
span { border-color: rgb(102,28,5); }
td.TdClassName
{
border-color: #661C05;
}
.TagClassName
{
border-color: #661C05;
}
</style>