Shades of Red Oxide #6B221B
Tints of Red Oxide #6B221B
RGB
CMYK
RGB Variations
Color information
#6B221B (or 0x6B221B) is known color: Red Oxide. HEX triplet: 6B, 22 and 1B. RGB value is (107,34,27). Sum of RGB (Red+Green+Blue) = 107+34+27=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B221B is #94DDE4. Grayscale: #373737. Windows color (decimal): -9756133 or 1778283. OLE color: 1778283.
HSL color Cylindrical-coordinate representation of color #6B221B: hue angle of 5.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B221B is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 27 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.58 |
| HSL | 5.25º | 0.6% | 0.26% | - |
| HSV(B) | 5.25º | 0.75% | 0.42% | - |
| XYZ | 6.83 | 4.35 | 1.52 | - |
| YUV | 55.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 27 | 0 | 0.68 | 0.75 | 0.58 | 5.25 | 0.6 | 0.26 |
| Hex | 6B | 22 | 1B | 0 | 44 | 4B | 3A | 5 | 3C | 1A |
| Octal | 153 | 42 | 33 | 0 | 104 | 113 | 72 | 5 | 74 | 32 |
| Binary | 1101011 | 100010 | 11011 | 0 | 1000100 | 1001011 | 111010 | 101 | 111100 | 11010 |
Color Harmonies of #6B221B
Complementary color
Monochromatic Colors of #6B221B
Black with #6B221B
Text Example
Text Example
White with #6B221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B221B; }
p { color: rgb(107,34,27); }
H1.HeaderClassName
{
color: #6B221B;
}
.AnyTagClassName
{
color: #6B221B;
}
</style>
background-color css
<style>
a { background-color: #6B221B; }
a { background-color: rgb(107,34,27); }
div.DivClassName
{
background-color: #6B221B;
}
.BgClassName
{
background-color: #6B221B;
}
</style>
border-color css
<style>
span { border-color: #6B221B; }
span { border-color: rgb(107,34,27); }
td.TdClassName
{
border-color: #6B221B;
}
.TagClassName
{
border-color: #6B221B;
}
</style>