Shades of Auburn #6D2B26
Tints of Auburn #6D2B26
RGB
CMYK
RGB Variations
Color information
#6D2B26 (or 0x6D2B26) is known color: Auburn. HEX triplet: 6D, 2B and 26. RGB value is (109,43,38). Sum of RGB (Red+Green+Blue) = 109+43+38=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B26 is #92D4D9. Grayscale: #3E3E3E. Windows color (decimal): -9622746 or 2501485. OLE color: 2501485.
HSL color Cylindrical-coordinate representation of color #6D2B26: hue angle of 4.23º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2B26 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 38 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.57 |
| HSL | 4.23º | 0.48% | 0.29% | - |
| HSV(B) | 4.23º | 0.65% | 0.43% | - |
| XYZ | 7.52 | 5.12 | 2.43 | - |
| YUV | 62.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 38 | 0 | 0.61 | 0.65 | 0.57 | 4.23 | 0.48 | 0.29 |
| Hex | 6D | 2B | 26 | 0 | 3D | 41 | 39 | 4 | 30 | 1D |
| Octal | 155 | 53 | 46 | 0 | 75 | 101 | 71 | 4 | 60 | 35 |
| Binary | 1101101 | 101011 | 100110 | 0 | 111101 | 1000001 | 111001 | 100 | 110000 | 11101 |
Color Harmonies of #6D2B26
Complementary color
Monochromatic Colors of #6D2B26
Black with #6D2B26
Text Example
Text Example
White with #6D2B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B26; }
p { color: rgb(109,43,38); }
H1.HeaderClassName
{
color: #6D2B26;
}
.AnyTagClassName
{
color: #6D2B26;
}
</style>
background-color css
<style>
a { background-color: #6D2B26; }
a { background-color: rgb(109,43,38); }
div.DivClassName
{
background-color: #6D2B26;
}
.BgClassName
{
background-color: #6D2B26;
}
</style>
border-color css
<style>
span { border-color: #6D2B26; }
span { border-color: rgb(109,43,38); }
td.TdClassName
{
border-color: #6D2B26;
}
.TagClassName
{
border-color: #6D2B26;
}
</style>