Shades of Auburn #6F302D
Tints of Auburn #6F302D
RGB
CMYK
RGB Variations
Color information
#6F302D (or 0x6F302D) is known color: Auburn. HEX triplet: 6F, 30 and 2D. RGB value is (111,48,45). Sum of RGB (Red+Green+Blue) = 111+48+45=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F302D is #90CFD2. Grayscale: #424242. Windows color (decimal): -9490387 or 2961519. OLE color: 2961519.
HSL color Cylindrical-coordinate representation of color #6F302D: hue angle of 2.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F302D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 45 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.56 |
| HSL | 2.73º | 0.42% | 0.31% | - |
| HSV(B) | 2.73º | 0.59% | 0.44% | - |
| XYZ | 8.09 | 5.68 | 3.15 | - |
| YUV | 66.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 45 | 0 | 0.57 | 0.59 | 0.56 | 2.73 | 0.42 | 0.31 |
| Hex | 6F | 30 | 2D | 0 | 39 | 3B | 38 | 3 | 2A | 1F |
| Octal | 157 | 60 | 55 | 0 | 71 | 73 | 70 | 3 | 52 | 37 |
| Binary | 1101111 | 110000 | 101101 | 0 | 111001 | 111011 | 111000 | 11 | 101010 | 11111 |
Color Harmonies of #6F302D
Complementary color
Monochromatic Colors of #6F302D
Black with #6F302D
Text Example
Text Example
White with #6F302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F302D; }
p { color: rgb(111,48,45); }
H1.HeaderClassName
{
color: #6F302D;
}
.AnyTagClassName
{
color: #6F302D;
}
</style>
background-color css
<style>
a { background-color: #6F302D; }
a { background-color: rgb(111,48,45); }
div.DivClassName
{
background-color: #6F302D;
}
.BgClassName
{
background-color: #6F302D;
}
</style>
border-color css
<style>
span { border-color: #6F302D; }
span { border-color: rgb(111,48,45); }
td.TdClassName
{
border-color: #6F302D;
}
.TagClassName
{
border-color: #6F302D;
}
</style>