Shades of Red Oxide #692110
Tints of Red Oxide #692110
RGB
CMYK
RGB Variations
Color information
#692110 (or 0x692110) is known color: Red Oxide. HEX triplet: 69, 21 and 10. RGB value is (105,33,16). Sum of RGB (Red+Green+Blue) = 105+33+16=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #692110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692110 is #96DEEF. Grayscale: #343434. Windows color (decimal): -9887472 or 1057129. OLE color: 1057129.
HSL color Cylindrical-coordinate representation of color #692110: hue angle of 11.46º 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 #692110 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 16 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.59 |
| HSL | 11.46º | 0.74% | 0.24% | - |
| HSV(B) | 11.46º | 0.85% | 0.41% | - |
| XYZ | 6.46 | 4.13 | 0.95 | - |
| YUV | 52.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 16 | 0 | 0.69 | 0.85 | 0.59 | 11.46 | 0.74 | 0.24 |
| Hex | 69 | 21 | 10 | 0 | 45 | 55 | 3B | B | 4A | 18 |
| Octal | 151 | 41 | 20 | 0 | 105 | 125 | 73 | 13 | 112 | 30 |
| Binary | 1101001 | 100001 | 10000 | 0 | 1000101 | 1010101 | 111011 | 1011 | 1001010 | 11000 |
Color Harmonies of #692110
Complementary color
Monochromatic Colors of #692110
Black with #692110
Text Example
Text Example
White with #692110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692110; }
p { color: rgb(105,33,16); }
H1.HeaderClassName
{
color: #692110;
}
.AnyTagClassName
{
color: #692110;
}
</style>
background-color css
<style>
a { background-color: #692110; }
a { background-color: rgb(105,33,16); }
div.DivClassName
{
background-color: #692110;
}
.BgClassName
{
background-color: #692110;
}
</style>
border-color css
<style>
span { border-color: #692110; }
span { border-color: rgb(105,33,16); }
td.TdClassName
{
border-color: #692110;
}
.TagClassName
{
border-color: #692110;
}
</style>