Shades of Red Oxide #6B2009
Tints of Red Oxide #6B2009
RGB
CMYK
RGB Variations
Color information
#6B2009 (or 0x6B2009) is known color: Red Oxide. HEX triplet: 6B, 20 and 09. RGB value is (107,32,9). Sum of RGB (Red+Green+Blue) = 107+32+9=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2009 is #94DFF6. Grayscale: #333333. Windows color (decimal): -9756663 or 598123. OLE color: 598123.
HSL color Cylindrical-coordinate representation of color #6B2009: hue angle of 14.08º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B2009 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 9 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.58 |
| HSL | 14.08º | 0.84% | 0.23% | - |
| HSV(B) | 14.08º | 0.92% | 0.42% | - |
| XYZ | 6.63 | 4.18 | 0.72 | - |
| YUV | 51.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 9 | 0 | 0.70 | 0.92 | 0.58 | 14.08 | 0.84 | 0.23 |
| Hex | 6B | 20 | 9 | 0 | 46 | 5C | 3A | E | 54 | 17 |
| Octal | 153 | 40 | 11 | 0 | 106 | 134 | 72 | 16 | 124 | 27 |
| Binary | 1101011 | 100000 | 1001 | 0 | 1000110 | 1011100 | 111010 | 1110 | 1010100 | 10111 |
Color Harmonies of #6B2009
Complementary color
Monochromatic Colors of #6B2009
Black with #6B2009
Text Example
Text Example
White with #6B2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2009; }
p { color: rgb(107,32,9); }
H1.HeaderClassName
{
color: #6B2009;
}
.AnyTagClassName
{
color: #6B2009;
}
</style>
background-color css
<style>
a { background-color: #6B2009; }
a { background-color: rgb(107,32,9); }
div.DivClassName
{
background-color: #6B2009;
}
.BgClassName
{
background-color: #6B2009;
}
</style>
border-color css
<style>
span { border-color: #6B2009; }
span { border-color: rgb(107,32,9); }
td.TdClassName
{
border-color: #6B2009;
}
.TagClassName
{
border-color: #6B2009;
}
</style>