Shades of Red Oxide #691206
Tints of Red Oxide #691206
RGB
CMYK
RGB Variations
Color information
#691206 (or 0x691206) is known color: Red Oxide. HEX triplet: 69, 12 and 06. RGB value is (105,18,6). Sum of RGB (Red+Green+Blue) = 105+18+6=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #691206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691206 is #96EDF9. Grayscale: #2A2A2A. Windows color (decimal): -9891322 or 397929. OLE color: 397929.
HSL color Cylindrical-coordinate representation of color #691206: hue angle of 7.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #691206 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 6 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.59 |
| HSL | 7.27º | 0.89% | 0.22% | - |
| HSV(B) | 7.27º | 0.94% | 0.41% | - |
| XYZ | 6.07 | 3.45 | 0.52 | - |
| YUV | 42.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 6 | 0 | 0.83 | 0.94 | 0.59 | 7.27 | 0.89 | 0.22 |
| Hex | 69 | 12 | 6 | 0 | 53 | 5E | 3B | 7 | 59 | 16 |
| Octal | 151 | 22 | 6 | 0 | 123 | 136 | 73 | 7 | 131 | 26 |
| Binary | 1101001 | 10010 | 110 | 0 | 1010011 | 1011110 | 111011 | 111 | 1011001 | 10110 |
Color Harmonies of #691206
Complementary color
Monochromatic Colors of #691206
Black with #691206
Text Example
Text Example
White with #691206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691206; }
p { color: rgb(105,18,6); }
H1.HeaderClassName
{
color: #691206;
}
.AnyTagClassName
{
color: #691206;
}
</style>
background-color css
<style>
a { background-color: #691206; }
a { background-color: rgb(105,18,6); }
div.DivClassName
{
background-color: #691206;
}
.BgClassName
{
background-color: #691206;
}
</style>
border-color css
<style>
span { border-color: #691206; }
span { border-color: rgb(105,18,6); }
td.TdClassName
{
border-color: #691206;
}
.TagClassName
{
border-color: #691206;
}
</style>