Shades of Red Oxide #691602
Tints of Red Oxide #691602
RGB
CMYK
RGB Variations
Color information
#691602 (or 0x691602) is known color: Red Oxide. HEX triplet: 69, 16 and 02. RGB value is (105,22,2). Sum of RGB (Red+Green+Blue) = 105+22+2=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #691602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691602 is #96E9FD. Grayscale: #2C2C2C. Windows color (decimal): -9890302 or 136809. OLE color: 136809.
HSL color Cylindrical-coordinate representation of color #691602: hue angle of 11.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #691602 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 22 | 2 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.59 |
| HSL | 11.65º | 0.96% | 0.21% | - |
| HSV(B) | 11.65º | 0.98% | 0.41% | - |
| XYZ | 6.12 | 3.58 | 0.43 | - |
| YUV | 44.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 22 | 2 | 0 | 0.79 | 0.98 | 0.59 | 11.65 | 0.96 | 0.21 |
| Hex | 69 | 16 | 2 | 0 | 4F | 62 | 3B | C | 60 | 15 |
| Octal | 151 | 26 | 2 | 0 | 117 | 142 | 73 | 14 | 140 | 25 |
| Binary | 1101001 | 10110 | 10 | 0 | 1001111 | 1100010 | 111011 | 1100 | 1100000 | 10101 |
Color Harmonies of #691602
Complementary color
Monochromatic Colors of #691602
Black with #691602
Text Example
Text Example
White with #691602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691602; }
p { color: rgb(105,22,2); }
H1.HeaderClassName
{
color: #691602;
}
.AnyTagClassName
{
color: #691602;
}
</style>
background-color css
<style>
a { background-color: #691602; }
a { background-color: rgb(105,22,2); }
div.DivClassName
{
background-color: #691602;
}
.BgClassName
{
background-color: #691602;
}
</style>
border-color css
<style>
span { border-color: #691602; }
span { border-color: rgb(105,22,2); }
td.TdClassName
{
border-color: #691602;
}
.TagClassName
{
border-color: #691602;
}
</style>