Shades of Auburn #6D2825
Tints of Auburn #6D2825
RGB
CMYK
RGB Variations
Color information
#6D2825 (or 0x6D2825) is known color: Auburn. HEX triplet: 6D, 28 and 25. RGB value is (109,40,37). Sum of RGB (Red+Green+Blue) = 109+40+37=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2825 is #92D7DA. Grayscale: #3C3C3C. Windows color (decimal): -9623515 or 2435181. OLE color: 2435181.
HSL color Cylindrical-coordinate representation of color #6D2825: hue angle of 2.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2825 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 37 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.57 |
| HSL | 2.5º | 0.49% | 0.29% | - |
| HSV(B) | 2.5º | 0.66% | 0.43% | - |
| XYZ | 7.4 | 4.9 | 2.31 | - |
| YUV | 60.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 37 | 0 | 0.63 | 0.66 | 0.57 | 2.5 | 0.49 | 0.29 |
| Hex | 6D | 28 | 25 | 0 | 3F | 42 | 39 | 2 | 31 | 1D |
| Octal | 155 | 50 | 45 | 0 | 77 | 102 | 71 | 2 | 61 | 35 |
| Binary | 1101101 | 101000 | 100101 | 0 | 111111 | 1000010 | 111001 | 10 | 110001 | 11101 |
Color Harmonies of #6D2825
Complementary color
Monochromatic Colors of #6D2825
Black with #6D2825
Text Example
Text Example
White with #6D2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2825; }
p { color: rgb(109,40,37); }
H1.HeaderClassName
{
color: #6D2825;
}
.AnyTagClassName
{
color: #6D2825;
}
</style>
background-color css
<style>
a { background-color: #6D2825; }
a { background-color: rgb(109,40,37); }
div.DivClassName
{
background-color: #6D2825;
}
.BgClassName
{
background-color: #6D2825;
}
</style>
border-color css
<style>
span { border-color: #6D2825; }
span { border-color: rgb(109,40,37); }
td.TdClassName
{
border-color: #6D2825;
}
.TagClassName
{
border-color: #6D2825;
}
</style>