Shades of Auburn #6F241F
Tints of Auburn #6F241F
RGB
CMYK
RGB Variations
Color information
#6F241F (or 0x6F241F) is known color: Auburn. HEX triplet: 6F, 24 and 1F. RGB value is (111,36,31). Sum of RGB (Red+Green+Blue) = 111+36+31=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F241F is #90DBE0. Grayscale: #393939. Windows color (decimal): -9493473 or 2040943. OLE color: 2040943.
HSL color Cylindrical-coordinate representation of color #6F241F: hue angle of 3.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F241F is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 31 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.56 |
| HSL | 3.75º | 0.56% | 0.28% | - |
| HSV(B) | 3.75º | 0.72% | 0.44% | - |
| XYZ | 7.43 | 4.74 | 1.82 | - |
| YUV | 57.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 31 | 0 | 0.68 | 0.72 | 0.56 | 3.75 | 0.56 | 0.28 |
| Hex | 6F | 24 | 1F | 0 | 44 | 48 | 38 | 4 | 38 | 1C |
| Octal | 157 | 44 | 37 | 0 | 104 | 110 | 70 | 4 | 70 | 34 |
| Binary | 1101111 | 100100 | 11111 | 0 | 1000100 | 1001000 | 111000 | 100 | 111000 | 11100 |
Color Harmonies of #6F241F
Complementary color
Monochromatic Colors of #6F241F
Black with #6F241F
Text Example
Text Example
White with #6F241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F241F; }
p { color: rgb(111,36,31); }
H1.HeaderClassName
{
color: #6F241F;
}
.AnyTagClassName
{
color: #6F241F;
}
</style>
background-color css
<style>
a { background-color: #6F241F; }
a { background-color: rgb(111,36,31); }
div.DivClassName
{
background-color: #6F241F;
}
.BgClassName
{
background-color: #6F241F;
}
</style>
border-color css
<style>
span { border-color: #6F241F; }
span { border-color: rgb(111,36,31); }
td.TdClassName
{
border-color: #6F241F;
}
.TagClassName
{
border-color: #6F241F;
}
</style>