Shades of Red Oxide #6A1605
Tints of Red Oxide #6A1605
RGB
CMYK
RGB Variations
Color information
#6A1605 (or 0x6A1605) is known color: Red Oxide. HEX triplet: 6A, 16 and 05. RGB value is (106,22,5). Sum of RGB (Red+Green+Blue) = 106+22+5=133 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.70% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1605 is #95E9FA. Grayscale: #2D2D2D. Windows color (decimal): -9824763 or 333418. OLE color: 333418.
HSL color Cylindrical-coordinate representation of color #6A1605: hue angle of 10.1º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A1605 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 22 | 5 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.58 |
| HSL | 10.1º | 0.91% | 0.22% | - |
| HSV(B) | 10.1º | 0.95% | 0.42% | - |
| XYZ | 6.26 | 3.65 | 0.52 | - |
| YUV | 45.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 5 | 0 | 0.79 | 0.95 | 0.58 | 10.1 | 0.91 | 0.22 |
| Hex | 6A | 16 | 5 | 0 | 4F | 5F | 3A | A | 5B | 16 |
| Octal | 152 | 26 | 5 | 0 | 117 | 137 | 72 | 12 | 133 | 26 |
| Binary | 1101010 | 10110 | 101 | 0 | 1001111 | 1011111 | 111010 | 1010 | 1011011 | 10110 |
Color Harmonies of #6A1605
Complementary color
Monochromatic Colors of #6A1605
Black with #6A1605
Text Example
Text Example
White with #6A1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1605; }
p { color: rgb(106,22,5); }
H1.HeaderClassName
{
color: #6A1605;
}
.AnyTagClassName
{
color: #6A1605;
}
</style>
background-color css
<style>
a { background-color: #6A1605; }
a { background-color: rgb(106,22,5); }
div.DivClassName
{
background-color: #6A1605;
}
.BgClassName
{
background-color: #6A1605;
}
</style>
border-color css
<style>
span { border-color: #6A1605; }
span { border-color: rgb(106,22,5); }
td.TdClassName
{
border-color: #6A1605;
}
.TagClassName
{
border-color: #6A1605;
}
</style>