Shades of Red Oxide #691D1A
Tints of Red Oxide #691D1A
RGB
CMYK
RGB Variations
Color information
#691D1A (or 0x691D1A) is known color: Red Oxide. HEX triplet: 69, 1D and 1A. RGB value is (105,29,26). Sum of RGB (Red+Green+Blue) = 105+29+26=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #691D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D1A is #96E2E5. Grayscale: #333333. Windows color (decimal): -9888486 or 1711465. OLE color: 1711465.
HSL color Cylindrical-coordinate representation of color #691D1A: hue angle of 2.28º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691D1A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 26 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.59 |
| HSL | 2.28º | 0.6% | 0.26% | - |
| HSV(B) | 2.28º | 0.75% | 0.41% | - |
| XYZ | 6.45 | 3.96 | 1.4 | - |
| YUV | 51.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 26 | 0 | 0.72 | 0.75 | 0.59 | 2.28 | 0.6 | 0.26 |
| Hex | 69 | 1D | 1A | 0 | 48 | 4B | 3B | 2 | 3C | 1A |
| Octal | 151 | 35 | 32 | 0 | 110 | 113 | 73 | 2 | 74 | 32 |
| Binary | 1101001 | 11101 | 11010 | 0 | 1001000 | 1001011 | 111011 | 10 | 111100 | 11010 |
Color Harmonies of #691D1A
Complementary color
Monochromatic Colors of #691D1A
Black with #691D1A
Text Example
Text Example
White with #691D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D1A; }
p { color: rgb(105,29,26); }
H1.HeaderClassName
{
color: #691D1A;
}
.AnyTagClassName
{
color: #691D1A;
}
</style>
background-color css
<style>
a { background-color: #691D1A; }
a { background-color: rgb(105,29,26); }
div.DivClassName
{
background-color: #691D1A;
}
.BgClassName
{
background-color: #691D1A;
}
</style>
border-color css
<style>
span { border-color: #691D1A; }
span { border-color: rgb(105,29,26); }
td.TdClassName
{
border-color: #691D1A;
}
.TagClassName
{
border-color: #691D1A;
}
</style>