Shades of Auburn #682929
Tints of Auburn #682929
RGB
CMYK
RGB Variations
Color information
#682929 (or 0x682929) is known color: Auburn. HEX triplet: 68, 29 and 29. RGB value is (104,41,41). Sum of RGB (Red+Green+Blue) = 104+41+41=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682929 is #97D6D6. Grayscale: #3B3B3B. Windows color (decimal): -9950935 or 2697576. OLE color: 2697576.
HSL color Cylindrical-coordinate representation of color #682929: hue angle of 0º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682929 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 41 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.59 |
| HSL | 0º | 0.43% | 0.28% | - |
| HSV(B) | 0º | 0.61% | 0.41% | - |
| XYZ | 6.9 | 4.69 | 2.64 | - |
| YUV | 59.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 41 | 0 | 0.61 | 0.61 | 0.59 | 0 | 0.43 | 0.28 |
| Hex | 68 | 29 | 29 | 0 | 3D | 3D | 3B | 0 | 2B | 1C |
| Octal | 150 | 51 | 51 | 0 | 75 | 75 | 73 | 0 | 53 | 34 |
| Binary | 1101000 | 101001 | 101001 | 0 | 111101 | 111101 | 111011 | 0 | 101011 | 11100 |
Color Harmonies of #682929
Complementary color
Monochromatic Colors of #682929
Black with #682929
Text Example
Text Example
White with #682929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682929; }
p { color: rgb(104,41,41); }
H1.HeaderClassName
{
color: #682929;
}
.AnyTagClassName
{
color: #682929;
}
</style>
background-color css
<style>
a { background-color: #682929; }
a { background-color: rgb(104,41,41); }
div.DivClassName
{
background-color: #682929;
}
.BgClassName
{
background-color: #682929;
}
</style>
border-color css
<style>
span { border-color: #682929; }
span { border-color: rgb(104,41,41); }
td.TdClassName
{
border-color: #682929;
}
.TagClassName
{
border-color: #682929;
}
</style>