Shades of Red Oxide #691E06
Tints of Red Oxide #691E06
RGB
CMYK
RGB Variations
Color information
#691E06 (or 0x691E06) is known color: Red Oxide. HEX triplet: 69, 1E and 06. RGB value is (105,30,6). Sum of RGB (Red+Green+Blue) = 105+30+6=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #691E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E06 is #96E1F9. Grayscale: #313131. Windows color (decimal): -9888250 or 401001. OLE color: 401001.
HSL color Cylindrical-coordinate representation of color #691E06: hue angle of 14.55º 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 #691E06 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 30 | 6 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.59 |
| HSL | 14.55º | 0.89% | 0.22% | - |
| HSV(B) | 14.55º | 0.94% | 0.41% | - |
| XYZ | 6.32 | 3.94 | 0.6 | - |
| YUV | 49.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 6 | 0 | 0.71 | 0.94 | 0.59 | 14.55 | 0.89 | 0.22 |
| Hex | 69 | 1E | 6 | 0 | 47 | 5E | 3B | F | 59 | 16 |
| Octal | 151 | 36 | 6 | 0 | 107 | 136 | 73 | 17 | 131 | 26 |
| Binary | 1101001 | 11110 | 110 | 0 | 1000111 | 1011110 | 111011 | 1111 | 1011001 | 10110 |
Color Harmonies of #691E06
Complementary color
Monochromatic Colors of #691E06
Black with #691E06
Text Example
Text Example
White with #691E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691E06; }
p { color: rgb(105,30,6); }
H1.HeaderClassName
{
color: #691E06;
}
.AnyTagClassName
{
color: #691E06;
}
</style>
background-color css
<style>
a { background-color: #691E06; }
a { background-color: rgb(105,30,6); }
div.DivClassName
{
background-color: #691E06;
}
.BgClassName
{
background-color: #691E06;
}
</style>
border-color css
<style>
span { border-color: #691E06; }
span { border-color: rgb(105,30,6); }
td.TdClassName
{
border-color: #691E06;
}
.TagClassName
{
border-color: #691E06;
}
</style>