Shades of Auburn #682828
Tints of Auburn #682828
RGB
CMYK
RGB Variations
Color information
#682828 (or 0x682828) is known color: Auburn. HEX triplet: 68, 28 and 28. RGB value is (104,40,40). Sum of RGB (Red+Green+Blue) = 104+40+40=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #682828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682828 is #97D7D7. Grayscale: #3B3B3B. Windows color (decimal): -9951192 or 2631784. OLE color: 2631784.
HSL color Cylindrical-coordinate representation of color #682828: hue angle of 0º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682828 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 40 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.59 |
| HSL | 0º | 0.44% | 0.28% | - |
| HSV(B) | 0º | 0.62% | 0.41% | - |
| XYZ | 6.85 | 4.61 | 2.54 | - |
| YUV | 59.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 40 | 0 | 0.62 | 0.62 | 0.59 | 0 | 0.44 | 0.28 |
| Hex | 68 | 28 | 28 | 0 | 3E | 3E | 3B | 0 | 2C | 1C |
| Octal | 150 | 50 | 50 | 0 | 76 | 76 | 73 | 0 | 54 | 34 |
| Binary | 1101000 | 101000 | 101000 | 0 | 111110 | 111110 | 111011 | 0 | 101100 | 11100 |
Color Harmonies of #682828
Complementary color
Monochromatic Colors of #682828
Black with #682828
Text Example
Text Example
White with #682828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682828; }
p { color: rgb(104,40,40); }
H1.HeaderClassName
{
color: #682828;
}
.AnyTagClassName
{
color: #682828;
}
</style>
background-color css
<style>
a { background-color: #682828; }
a { background-color: rgb(104,40,40); }
div.DivClassName
{
background-color: #682828;
}
.BgClassName
{
background-color: #682828;
}
</style>
border-color css
<style>
span { border-color: #682828; }
span { border-color: rgb(104,40,40); }
td.TdClassName
{
border-color: #682828;
}
.TagClassName
{
border-color: #682828;
}
</style>