Shades of Red Oxide #691C10
Tints of Red Oxide #691C10
RGB
CMYK
RGB Variations
Color information
#691C10 (or 0x691C10) is known color: Red Oxide. HEX triplet: 69, 1C and 10. RGB value is (105,28,16). Sum of RGB (Red+Green+Blue) = 105+28+16=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #691C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C10 is #96E3EF. Grayscale: #313131. Windows color (decimal): -9888752 or 1055849. OLE color: 1055849.
HSL color Cylindrical-coordinate representation of color #691C10: hue angle of 8.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691C10 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 16 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.59 |
| HSL | 8.09º | 0.74% | 0.24% | - |
| HSV(B) | 8.09º | 0.85% | 0.41% | - |
| XYZ | 6.33 | 3.87 | 0.9 | - |
| YUV | 49.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 16 | 0 | 0.73 | 0.85 | 0.59 | 8.09 | 0.74 | 0.24 |
| Hex | 69 | 1C | 10 | 0 | 49 | 55 | 3B | 8 | 4A | 18 |
| Octal | 151 | 34 | 20 | 0 | 111 | 125 | 73 | 10 | 112 | 30 |
| Binary | 1101001 | 11100 | 10000 | 0 | 1001001 | 1010101 | 111011 | 1000 | 1001010 | 11000 |
Color Harmonies of #691C10
Complementary color
Monochromatic Colors of #691C10
Black with #691C10
Text Example
Text Example
White with #691C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C10; }
p { color: rgb(105,28,16); }
H1.HeaderClassName
{
color: #691C10;
}
.AnyTagClassName
{
color: #691C10;
}
</style>
background-color css
<style>
a { background-color: #691C10; }
a { background-color: rgb(105,28,16); }
div.DivClassName
{
background-color: #691C10;
}
.BgClassName
{
background-color: #691C10;
}
</style>
border-color css
<style>
span { border-color: #691C10; }
span { border-color: rgb(105,28,16); }
td.TdClassName
{
border-color: #691C10;
}
.TagClassName
{
border-color: #691C10;
}
</style>