Shades of Red Oxide #68221A
Tints of Red Oxide #68221A
RGB
CMYK
RGB Variations
Color information
#68221A (or 0x68221A) is known color: Red Oxide. HEX triplet: 68, 22 and 1A. RGB value is (104,34,26). Sum of RGB (Red+Green+Blue) = 104+34+26=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221A is #97DDE5. Grayscale: #363636. Windows color (decimal): -9952742 or 1712744. OLE color: 1712744.
HSL color Cylindrical-coordinate representation of color #68221A: hue angle of 6.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68221A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 26 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.59 |
| HSL | 6.15º | 0.6% | 0.25% | - |
| HSV(B) | 6.15º | 0.75% | 0.41% | - |
| XYZ | 6.47 | 4.16 | 1.44 | - |
| YUV | 54.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 26 | 0 | 0.67 | 0.75 | 0.59 | 6.15 | 0.6 | 0.25 |
| Hex | 68 | 22 | 1A | 0 | 43 | 4B | 3B | 6 | 3C | 19 |
| Octal | 150 | 42 | 32 | 0 | 103 | 113 | 73 | 6 | 74 | 31 |
| Binary | 1101000 | 100010 | 11010 | 0 | 1000011 | 1001011 | 111011 | 110 | 111100 | 11001 |
Color Harmonies of #68221A
Complementary color
Monochromatic Colors of #68221A
Black with #68221A
Text Example
Text Example
White with #68221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68221A; }
p { color: rgb(104,34,26); }
H1.HeaderClassName
{
color: #68221A;
}
.AnyTagClassName
{
color: #68221A;
}
</style>
background-color css
<style>
a { background-color: #68221A; }
a { background-color: rgb(104,34,26); }
div.DivClassName
{
background-color: #68221A;
}
.BgClassName
{
background-color: #68221A;
}
</style>
border-color css
<style>
span { border-color: #68221A; }
span { border-color: rgb(104,34,26); }
td.TdClassName
{
border-color: #68221A;
}
.TagClassName
{
border-color: #68221A;
}
</style>