Shades of Red Oxide #661E08
Tints of Red Oxide #661E08
RGB
CMYK
RGB Variations
Color information
#661E08 (or 0x661E08) is known color: Red Oxide. HEX triplet: 66, 1E and 08. RGB value is (102,30,8). Sum of RGB (Red+Green+Blue) = 102+30+8=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #661E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E08 is #99E1F7. Grayscale: #313131. Windows color (decimal): -10084856 or 532070. OLE color: 532070.
HSL color Cylindrical-coordinate representation of color #661E08: hue angle of 14.04º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #661E08 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 8 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.6 |
| HSL | 14.04º | 0.85% | 0.22% | - |
| HSV(B) | 14.04º | 0.92% | 0.4% | - |
| XYZ | 5.99 | 3.77 | 0.64 | - |
| YUV | 49.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 8 | 0 | 0.71 | 0.92 | 0.6 | 14.04 | 0.85 | 0.22 |
| Hex | 66 | 1E | 8 | 0 | 47 | 5C | 3C | E | 55 | 16 |
| Octal | 146 | 36 | 10 | 0 | 107 | 134 | 74 | 16 | 125 | 26 |
| Binary | 1100110 | 11110 | 1000 | 0 | 1000111 | 1011100 | 111100 | 1110 | 1010101 | 10110 |
Color Harmonies of #661E08
Complementary color
Monochromatic Colors of #661E08
Black with #661E08
Text Example
Text Example
White with #661E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E08; }
p { color: rgb(102,30,8); }
H1.HeaderClassName
{
color: #661E08;
}
.AnyTagClassName
{
color: #661E08;
}
</style>
background-color css
<style>
a { background-color: #661E08; }
a { background-color: rgb(102,30,8); }
div.DivClassName
{
background-color: #661E08;
}
.BgClassName
{
background-color: #661E08;
}
</style>
border-color css
<style>
span { border-color: #661E08; }
span { border-color: rgb(102,30,8); }
td.TdClassName
{
border-color: #661E08;
}
.TagClassName
{
border-color: #661E08;
}
</style>