Shades of Auburn #6D2726
Tints of Auburn #6D2726
RGB
CMYK
RGB Variations
Color information
#6D2726 (or 0x6D2726) is known color: Auburn. HEX triplet: 6D, 27 and 26. RGB value is (109,39,38). Sum of RGB (Red+Green+Blue) = 109+39+38=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2726 is #92D8D9. Grayscale: #3B3B3B. Windows color (decimal): -9623770 or 2500461. OLE color: 2500461.
HSL color Cylindrical-coordinate representation of color #6D2726: hue angle of 0.85º 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 #6D2726 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 38 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.57 |
| HSL | 0.85º | 0.48% | 0.29% | - |
| HSV(B) | 0.85º | 0.65% | 0.43% | - |
| XYZ | 7.38 | 4.84 | 2.38 | - |
| YUV | 59.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 38 | 0 | 0.64 | 0.65 | 0.57 | 0.85 | 0.48 | 0.29 |
| Hex | 6D | 27 | 26 | 0 | 40 | 41 | 39 | 1 | 30 | 1D |
| Octal | 155 | 47 | 46 | 0 | 100 | 101 | 71 | 1 | 60 | 35 |
| Binary | 1101101 | 100111 | 100110 | 0 | 1000000 | 1000001 | 111001 | 1 | 110000 | 11101 |
Color Harmonies of #6D2726
Complementary color
Monochromatic Colors of #6D2726
Black with #6D2726
Text Example
Text Example
White with #6D2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2726; }
p { color: rgb(109,39,38); }
H1.HeaderClassName
{
color: #6D2726;
}
.AnyTagClassName
{
color: #6D2726;
}
</style>
background-color css
<style>
a { background-color: #6D2726; }
a { background-color: rgb(109,39,38); }
div.DivClassName
{
background-color: #6D2726;
}
.BgClassName
{
background-color: #6D2726;
}
</style>
border-color css
<style>
span { border-color: #6D2726; }
span { border-color: rgb(109,39,38); }
td.TdClassName
{
border-color: #6D2726;
}
.TagClassName
{
border-color: #6D2726;
}
</style>