Shades of Red Oxide #66170F
Tints of Red Oxide #66170F
RGB
CMYK
RGB Variations
Color information
#66170F (or 0x66170F) is known color: Red Oxide. HEX triplet: 66, 17 and 0F. RGB value is (102,23,15). Sum of RGB (Red+Green+Blue) = 102+23+15=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #66170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66170F is #99E8F0. Grayscale: #2D2D2D. Windows color (decimal): -10086641 or 989030. OLE color: 989030.
HSL color Cylindrical-coordinate representation of color #66170F: hue angle of 5.52º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66170F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 15 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.6 |
| HSL | 5.52º | 0.74% | 0.23% | - |
| HSV(B) | 5.52º | 0.85% | 0.4% | - |
| XYZ | 5.87 | 3.47 | 0.81 | - |
| YUV | 45.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 15 | 0 | 0.77 | 0.85 | 0.6 | 5.52 | 0.74 | 0.23 |
| Hex | 66 | 17 | F | 0 | 4D | 55 | 3C | 6 | 4A | 17 |
| Octal | 146 | 27 | 17 | 0 | 115 | 125 | 74 | 6 | 112 | 27 |
| Binary | 1100110 | 10111 | 1111 | 0 | 1001101 | 1010101 | 111100 | 110 | 1001010 | 10111 |
Color Harmonies of #66170F
Complementary color
Monochromatic Colors of #66170F
Black with #66170F
Text Example
Text Example
White with #66170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66170F; }
p { color: rgb(102,23,15); }
H1.HeaderClassName
{
color: #66170F;
}
.AnyTagClassName
{
color: #66170F;
}
</style>
background-color css
<style>
a { background-color: #66170F; }
a { background-color: rgb(102,23,15); }
div.DivClassName
{
background-color: #66170F;
}
.BgClassName
{
background-color: #66170F;
}
</style>
border-color css
<style>
span { border-color: #66170F; }
span { border-color: rgb(102,23,15); }
td.TdClassName
{
border-color: #66170F;
}
.TagClassName
{
border-color: #66170F;
}
</style>