Shades of Red Oxide #661D08
Tints of Red Oxide #661D08
RGB
CMYK
RGB Variations
Color information
#661D08 (or 0x661D08) is known color: Red Oxide. HEX triplet: 66, 1D and 08. RGB value is (102,29,8). Sum of RGB (Red+Green+Blue) = 102+29+8=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #661D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D08 is #99E2F7. Grayscale: #303030. Windows color (decimal): -10085112 or 531814. OLE color: 531814.
HSL color Cylindrical-coordinate representation of color #661D08: hue angle of 13.4º 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 #661D08 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 8 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.6 |
| HSL | 13.4º | 0.85% | 0.22% | - |
| HSV(B) | 13.4º | 0.92% | 0.4% | - |
| XYZ | 5.96 | 3.72 | 0.63 | - |
| YUV | 48.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 8 | 0 | 0.72 | 0.92 | 0.6 | 13.4 | 0.85 | 0.22 |
| Hex | 66 | 1D | 8 | 0 | 48 | 5C | 3C | D | 55 | 16 |
| Octal | 146 | 35 | 10 | 0 | 110 | 134 | 74 | 15 | 125 | 26 |
| Binary | 1100110 | 11101 | 1000 | 0 | 1001000 | 1011100 | 111100 | 1101 | 1010101 | 10110 |
Color Harmonies of #661D08
Complementary color
Monochromatic Colors of #661D08
Black with #661D08
Text Example
Text Example
White with #661D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D08; }
p { color: rgb(102,29,8); }
H1.HeaderClassName
{
color: #661D08;
}
.AnyTagClassName
{
color: #661D08;
}
</style>
background-color css
<style>
a { background-color: #661D08; }
a { background-color: rgb(102,29,8); }
div.DivClassName
{
background-color: #661D08;
}
.BgClassName
{
background-color: #661D08;
}
</style>
border-color css
<style>
span { border-color: #661D08; }
span { border-color: rgb(102,29,8); }
td.TdClassName
{
border-color: #661D08;
}
.TagClassName
{
border-color: #661D08;
}
</style>