Shades of Red Oxide #661B09
Tints of Red Oxide #661B09
RGB
CMYK
RGB Variations
Color information
#661B09 (or 0x661B09) is known color: Red Oxide. HEX triplet: 66, 1B and 09. RGB value is (102,27,9). Sum of RGB (Red+Green+Blue) = 102+27+9=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #661B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B09 is #99E4F6. Grayscale: #2F2F2F. Windows color (decimal): -10085623 or 596838. OLE color: 596838.
HSL color Cylindrical-coordinate representation of color #661B09: hue angle of 11.61º 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 #661B09 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 9 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.6 |
| HSL | 11.61º | 0.84% | 0.22% | - |
| HSV(B) | 11.61º | 0.91% | 0.4% | - |
| XYZ | 5.92 | 3.63 | 0.65 | - |
| YUV | 47.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 9 | 0 | 0.74 | 0.91 | 0.6 | 11.61 | 0.84 | 0.22 |
| Hex | 66 | 1B | 9 | 0 | 4A | 5B | 3C | C | 54 | 16 |
| Octal | 146 | 33 | 11 | 0 | 112 | 133 | 74 | 14 | 124 | 26 |
| Binary | 1100110 | 11011 | 1001 | 0 | 1001010 | 1011011 | 111100 | 1100 | 1010100 | 10110 |
Color Harmonies of #661B09
Complementary color
Monochromatic Colors of #661B09
Black with #661B09
Text Example
Text Example
White with #661B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B09; }
p { color: rgb(102,27,9); }
H1.HeaderClassName
{
color: #661B09;
}
.AnyTagClassName
{
color: #661B09;
}
</style>
background-color css
<style>
a { background-color: #661B09; }
a { background-color: rgb(102,27,9); }
div.DivClassName
{
background-color: #661B09;
}
.BgClassName
{
background-color: #661B09;
}
</style>
border-color css
<style>
span { border-color: #661B09; }
span { border-color: rgb(102,27,9); }
td.TdClassName
{
border-color: #661B09;
}
.TagClassName
{
border-color: #661B09;
}
</style>