Shades of Auburn #6E2D2D
Tints of Auburn #6E2D2D
RGB
CMYK
RGB Variations
Color information
#6E2D2D (or 0x6E2D2D) is known color: Auburn. HEX triplet: 6E, 2D and 2D. RGB value is (110,45,45). Sum of RGB (Red+Green+Blue) = 110+45+45=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2D2D is #91D2D2. Grayscale: #404040. Windows color (decimal): -9556691 or 2960750. OLE color: 2960750.
HSL color Cylindrical-coordinate representation of color #6E2D2D: hue angle of 0º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E2D2D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 45 | 45 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.57 |
| HSL | 0º | 0.42% | 0.3% | - |
| HSV(B) | 0º | 0.59% | 0.43% | - |
| XYZ | 7.84 | 5.38 | 3.11 | - |
| YUV | 64.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 45 | 0 | 0.59 | 0.59 | 0.57 | 0 | 0.42 | 0.3 |
| Hex | 6E | 2D | 2D | 0 | 3B | 3B | 39 | 0 | 2A | 1E |
| Octal | 156 | 55 | 55 | 0 | 73 | 73 | 71 | 0 | 52 | 36 |
| Binary | 1101110 | 101101 | 101101 | 0 | 111011 | 111011 | 111001 | 0 | 101010 | 11110 |
Color Harmonies of #6E2D2D
Complementary color
Monochromatic Colors of #6E2D2D
Black with #6E2D2D
Text Example
Text Example
White with #6E2D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D2D; }
p { color: rgb(110,45,45); }
H1.HeaderClassName
{
color: #6E2D2D;
}
.AnyTagClassName
{
color: #6E2D2D;
}
</style>
background-color css
<style>
a { background-color: #6E2D2D; }
a { background-color: rgb(110,45,45); }
div.DivClassName
{
background-color: #6E2D2D;
}
.BgClassName
{
background-color: #6E2D2D;
}
</style>
border-color css
<style>
span { border-color: #6E2D2D; }
span { border-color: rgb(110,45,45); }
td.TdClassName
{
border-color: #6E2D2D;
}
.TagClassName
{
border-color: #6E2D2D;
}
</style>