Shades of Auburn #6D2723
Tints of Auburn #6D2723
RGB
CMYK
RGB Variations
Color information
#6D2723 (or 0x6D2723) is known color: Auburn. HEX triplet: 6D, 27 and 23. RGB value is (109,39,35). Sum of RGB (Red+Green+Blue) = 109+39+35=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2723 is #92D8DC. Grayscale: #3B3B3B. Windows color (decimal): -9623773 or 2303853. OLE color: 2303853.
HSL color Cylindrical-coordinate representation of color #6D2723: hue angle of 3.24º 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 #6D2723 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 35 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.57 |
| HSL | 3.24º | 0.51% | 0.28% | - |
| HSV(B) | 3.24º | 0.68% | 0.43% | - |
| XYZ | 7.34 | 4.82 | 2.13 | - |
| YUV | 59.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 35 | 0 | 0.64 | 0.68 | 0.57 | 3.24 | 0.51 | 0.28 |
| Hex | 6D | 27 | 23 | 0 | 40 | 44 | 39 | 3 | 33 | 1C |
| Octal | 155 | 47 | 43 | 0 | 100 | 104 | 71 | 3 | 63 | 34 |
| Binary | 1101101 | 100111 | 100011 | 0 | 1000000 | 1000100 | 111001 | 11 | 110011 | 11100 |
Color Harmonies of #6D2723
Complementary color
Monochromatic Colors of #6D2723
Black with #6D2723
Text Example
Text Example
White with #6D2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2723; }
p { color: rgb(109,39,35); }
H1.HeaderClassName
{
color: #6D2723;
}
.AnyTagClassName
{
color: #6D2723;
}
</style>
background-color css
<style>
a { background-color: #6D2723; }
a { background-color: rgb(109,39,35); }
div.DivClassName
{
background-color: #6D2723;
}
.BgClassName
{
background-color: #6D2723;
}
</style>
border-color css
<style>
span { border-color: #6D2723; }
span { border-color: rgb(109,39,35); }
td.TdClassName
{
border-color: #6D2723;
}
.TagClassName
{
border-color: #6D2723;
}
</style>