Shades of Red Oxide #691905
Tints of Red Oxide #691905
RGB
CMYK
RGB Variations
Color information
#691905 (or 0x691905) is known color: Red Oxide. HEX triplet: 69, 19 and 05. RGB value is (105,25,5). Sum of RGB (Red+Green+Blue) = 105+25+5=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #691905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691905 is #96E6FA. Grayscale: #2E2E2E. Windows color (decimal): -9889531 or 334185. OLE color: 334185.
HSL color Cylindrical-coordinate representation of color #691905: hue angle of 12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #691905 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 5 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.59 |
| HSL | 12º | 0.91% | 0.22% | - |
| HSV(B) | 12º | 0.95% | 0.41% | - |
| XYZ | 6.2 | 3.71 | 0.53 | - |
| YUV | 46.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 5 | 0 | 0.76 | 0.95 | 0.59 | 12 | 0.91 | 0.22 |
| Hex | 69 | 19 | 5 | 0 | 4C | 5F | 3B | C | 5B | 16 |
| Octal | 151 | 31 | 5 | 0 | 114 | 137 | 73 | 14 | 133 | 26 |
| Binary | 1101001 | 11001 | 101 | 0 | 1001100 | 1011111 | 111011 | 1100 | 1011011 | 10110 |
Color Harmonies of #691905
Complementary color
Monochromatic Colors of #691905
Black with #691905
Text Example
Text Example
White with #691905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691905; }
p { color: rgb(105,25,5); }
H1.HeaderClassName
{
color: #691905;
}
.AnyTagClassName
{
color: #691905;
}
</style>
background-color css
<style>
a { background-color: #691905; }
a { background-color: rgb(105,25,5); }
div.DivClassName
{
background-color: #691905;
}
.BgClassName
{
background-color: #691905;
}
</style>
border-color css
<style>
span { border-color: #691905; }
span { border-color: rgb(105,25,5); }
td.TdClassName
{
border-color: #691905;
}
.TagClassName
{
border-color: #691905;
}
</style>