Shades of Red Oxide #661D09
Tints of Red Oxide #661D09
RGB
CMYK
RGB Variations
Color information
#661D09 (or 0x661D09) is known color: Red Oxide. HEX triplet: 66, 1D and 09. RGB value is (102,29,9). Sum of RGB (Red+Green+Blue) = 102+29+9=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #661D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D09 is #99E2F6. Grayscale: #303030. Windows color (decimal): -10085111 or 597350. OLE color: 597350.
HSL color Cylindrical-coordinate representation of color #661D09: hue angle of 12.9º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #661D09 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 9 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.6 |
| HSL | 12.9º | 0.84% | 0.22% | - |
| HSV(B) | 12.9º | 0.91% | 0.4% | - |
| XYZ | 5.97 | 3.72 | 0.66 | - |
| YUV | 48.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 9 | 0 | 0.72 | 0.91 | 0.6 | 12.9 | 0.84 | 0.22 |
| Hex | 66 | 1D | 9 | 0 | 48 | 5B | 3C | D | 54 | 16 |
| Octal | 146 | 35 | 11 | 0 | 110 | 133 | 74 | 15 | 124 | 26 |
| Binary | 1100110 | 11101 | 1001 | 0 | 1001000 | 1011011 | 111100 | 1101 | 1010100 | 10110 |
Color Harmonies of #661D09
Complementary color
Monochromatic Colors of #661D09
Black with #661D09
Text Example
Text Example
White with #661D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D09; }
p { color: rgb(102,29,9); }
H1.HeaderClassName
{
color: #661D09;
}
.AnyTagClassName
{
color: #661D09;
}
</style>
background-color css
<style>
a { background-color: #661D09; }
a { background-color: rgb(102,29,9); }
div.DivClassName
{
background-color: #661D09;
}
.BgClassName
{
background-color: #661D09;
}
</style>
border-color css
<style>
span { border-color: #661D09; }
span { border-color: rgb(102,29,9); }
td.TdClassName
{
border-color: #661D09;
}
.TagClassName
{
border-color: #661D09;
}
</style>