Shades of Auburn #6D2523
Tints of Auburn #6D2523
RGB
CMYK
RGB Variations
Color information
#6D2523 (or 0x6D2523) is known color: Auburn. HEX triplet: 6D, 25 and 23. RGB value is (109,37,35). Sum of RGB (Red+Green+Blue) = 109+37+35=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2523 is #92DADC. Grayscale: #3A3A3A. Windows color (decimal): -9624285 or 2303341. OLE color: 2303341.
HSL color Cylindrical-coordinate representation of color #6D2523: hue angle of 1.62º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2523 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 35 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.57 |
| HSL | 1.62º | 0.51% | 0.28% | - |
| HSV(B) | 1.62º | 0.68% | 0.43% | - |
| XYZ | 7.27 | 4.7 | 2.11 | - |
| YUV | 58.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 35 | 0 | 0.66 | 0.68 | 0.57 | 1.62 | 0.51 | 0.28 |
| Hex | 6D | 25 | 23 | 0 | 42 | 44 | 39 | 2 | 33 | 1C |
| Octal | 155 | 45 | 43 | 0 | 102 | 104 | 71 | 2 | 63 | 34 |
| Binary | 1101101 | 100101 | 100011 | 0 | 1000010 | 1000100 | 111001 | 10 | 110011 | 11100 |
Color Harmonies of #6D2523
Complementary color
Monochromatic Colors of #6D2523
Black with #6D2523
Text Example
Text Example
White with #6D2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2523; }
p { color: rgb(109,37,35); }
H1.HeaderClassName
{
color: #6D2523;
}
.AnyTagClassName
{
color: #6D2523;
}
</style>
background-color css
<style>
a { background-color: #6D2523; }
a { background-color: rgb(109,37,35); }
div.DivClassName
{
background-color: #6D2523;
}
.BgClassName
{
background-color: #6D2523;
}
</style>
border-color css
<style>
span { border-color: #6D2523; }
span { border-color: rgb(109,37,35); }
td.TdClassName
{
border-color: #6D2523;
}
.TagClassName
{
border-color: #6D2523;
}
</style>