Shades of Red Oxide #661C09
Tints of Red Oxide #661C09
RGB
CMYK
RGB Variations
Color information
#661C09 (or 0x661C09) is known color: Red Oxide. HEX triplet: 66, 1C and 09. RGB value is (102,28,9). Sum of RGB (Red+Green+Blue) = 102+28+9=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #661C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C09 is #99E3F6. Grayscale: #303030. Windows color (decimal): -10085367 or 597094. OLE color: 597094.
HSL color Cylindrical-coordinate representation of color #661C09: hue angle of 12.26º 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 #661C09 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 9 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.6 |
| HSL | 12.26º | 0.84% | 0.22% | - |
| HSV(B) | 12.26º | 0.91% | 0.4% | - |
| XYZ | 5.94 | 3.68 | 0.65 | - |
| YUV | 47.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 9 | 0 | 0.73 | 0.91 | 0.6 | 12.26 | 0.84 | 0.22 |
| Hex | 66 | 1C | 9 | 0 | 49 | 5B | 3C | C | 54 | 16 |
| Octal | 146 | 34 | 11 | 0 | 111 | 133 | 74 | 14 | 124 | 26 |
| Binary | 1100110 | 11100 | 1001 | 0 | 1001001 | 1011011 | 111100 | 1100 | 1010100 | 10110 |
Color Harmonies of #661C09
Complementary color
Monochromatic Colors of #661C09
Black with #661C09
Text Example
Text Example
White with #661C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C09; }
p { color: rgb(102,28,9); }
H1.HeaderClassName
{
color: #661C09;
}
.AnyTagClassName
{
color: #661C09;
}
</style>
background-color css
<style>
a { background-color: #661C09; }
a { background-color: rgb(102,28,9); }
div.DivClassName
{
background-color: #661C09;
}
.BgClassName
{
background-color: #661C09;
}
</style>
border-color css
<style>
span { border-color: #661C09; }
span { border-color: rgb(102,28,9); }
td.TdClassName
{
border-color: #661C09;
}
.TagClassName
{
border-color: #661C09;
}
</style>