Shades of Antique Brass #6F441F
Tints of Antique Brass #6F441F
RGB
CMYK
RGB Variations
Color information
#6F441F (or 0x6F441F) is known color: Antique Brass. HEX triplet: 6F, 44 and 1F. RGB value is (111,68,31). Sum of RGB (Red+Green+Blue) = 111+68+31=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F441F is #90BBE0. Grayscale: #4C4C4C. Windows color (decimal): -9485281 or 2049135. OLE color: 2049135.
HSL color Cylindrical-coordinate representation of color #6F441F: hue angle of 27.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 #6F441F is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 31 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.56 |
| HSL | 27.75º | 0.56% | 0.28% | - |
| HSV(B) | 27.75º | 0.72% | 0.44% | - |
| XYZ | 8.87 | 7.61 | 2.3 | - |
| YUV | 76.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 31 | 0 | 0.39 | 0.72 | 0.56 | 27.75 | 0.56 | 0.28 |
| Hex | 6F | 44 | 1F | 0 | 27 | 48 | 38 | 1C | 38 | 1C |
| Octal | 157 | 104 | 37 | 0 | 47 | 110 | 70 | 34 | 70 | 34 |
| Binary | 1101111 | 1000100 | 11111 | 0 | 100111 | 1001000 | 111000 | 11100 | 111000 | 11100 |
Color Harmonies of #6F441F
Complementary color
Monochromatic Colors of #6F441F
Black with #6F441F
Text Example
Text Example
White with #6F441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F441F; }
p { color: rgb(111,68,31); }
H1.HeaderClassName
{
color: #6F441F;
}
.AnyTagClassName
{
color: #6F441F;
}
</style>
background-color css
<style>
a { background-color: #6F441F; }
a { background-color: rgb(111,68,31); }
div.DivClassName
{
background-color: #6F441F;
}
.BgClassName
{
background-color: #6F441F;
}
</style>
border-color css
<style>
span { border-color: #6F441F; }
span { border-color: rgb(111,68,31); }
td.TdClassName
{
border-color: #6F441F;
}
.TagClassName
{
border-color: #6F441F;
}
</style>