Shades of Auburn #682A26
Tints of Auburn #682A26
RGB
CMYK
RGB Variations
Color information
#682A26 (or 0x682A26) is known color: Auburn. HEX triplet: 68, 2A and 26. RGB value is (104,42,38). Sum of RGB (Red+Green+Blue) = 104+42+38=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #682A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A26 is #97D5D9. Grayscale: #3C3C3C. Windows color (decimal): -9950682 or 2501224. OLE color: 2501224.
HSL color Cylindrical-coordinate representation of color #682A26: hue angle of 3.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682A26 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 38 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.59 |
| HSL | 3.64º | 0.46% | 0.28% | - |
| HSV(B) | 3.64º | 0.63% | 0.41% | - |
| XYZ | 6.89 | 4.74 | 2.39 | - |
| YUV | 60.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 38 | 0 | 0.60 | 0.63 | 0.59 | 3.64 | 0.46 | 0.28 |
| Hex | 68 | 2A | 26 | 0 | 3C | 3F | 3B | 4 | 2E | 1C |
| Octal | 150 | 52 | 46 | 0 | 74 | 77 | 73 | 4 | 56 | 34 |
| Binary | 1101000 | 101010 | 100110 | 0 | 111100 | 111111 | 111011 | 100 | 101110 | 11100 |
Color Harmonies of #682A26
Complementary color
Monochromatic Colors of #682A26
Black with #682A26
Text Example
Text Example
White with #682A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A26; }
p { color: rgb(104,42,38); }
H1.HeaderClassName
{
color: #682A26;
}
.AnyTagClassName
{
color: #682A26;
}
</style>
background-color css
<style>
a { background-color: #682A26; }
a { background-color: rgb(104,42,38); }
div.DivClassName
{
background-color: #682A26;
}
.BgClassName
{
background-color: #682A26;
}
</style>
border-color css
<style>
span { border-color: #682A26; }
span { border-color: rgb(104,42,38); }
td.TdClassName
{
border-color: #682A26;
}
.TagClassName
{
border-color: #682A26;
}
</style>