Shades of Auburn #6B2423
Tints of Auburn #6B2423
RGB
CMYK
RGB Variations
Color information
#6B2423 (or 0x6B2423) is known color: Auburn. HEX triplet: 6B, 24 and 23. RGB value is (107,36,35). Sum of RGB (Red+Green+Blue) = 107+36+35=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2423 is #94DBDC. Grayscale: #393939. Windows color (decimal): -9755613 or 2303083. OLE color: 2303083.
HSL color Cylindrical-coordinate representation of color #6B2423: hue angle of 0.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2423 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 35 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.58 |
| HSL | 0.83º | 0.51% | 0.28% | - |
| HSV(B) | 0.83º | 0.67% | 0.42% | - |
| XYZ | 7 | 4.51 | 2.09 | - |
| YUV | 57.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 35 | 0 | 0.66 | 0.67 | 0.58 | 0.83 | 0.51 | 0.28 |
| Hex | 6B | 24 | 23 | 0 | 42 | 43 | 3A | 1 | 33 | 1C |
| Octal | 153 | 44 | 43 | 0 | 102 | 103 | 72 | 1 | 63 | 34 |
| Binary | 1101011 | 100100 | 100011 | 0 | 1000010 | 1000011 | 111010 | 1 | 110011 | 11100 |
Color Harmonies of #6B2423
Complementary color
Monochromatic Colors of #6B2423
Black with #6B2423
Text Example
Text Example
White with #6B2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2423; }
p { color: rgb(107,36,35); }
H1.HeaderClassName
{
color: #6B2423;
}
.AnyTagClassName
{
color: #6B2423;
}
</style>
background-color css
<style>
a { background-color: #6B2423; }
a { background-color: rgb(107,36,35); }
div.DivClassName
{
background-color: #6B2423;
}
.BgClassName
{
background-color: #6B2423;
}
</style>
border-color css
<style>
span { border-color: #6B2423; }
span { border-color: rgb(107,36,35); }
td.TdClassName
{
border-color: #6B2423;
}
.TagClassName
{
border-color: #6B2423;
}
</style>