Shades of Antique Brass #6B4E1F
Tints of Antique Brass #6B4E1F
RGB
CMYK
RGB Variations
Color information
#6B4E1F (or 0x6B4E1F) is known color: Antique Brass. HEX triplet: 6B, 4E and 1F. RGB value is (107,78,31). Sum of RGB (Red+Green+Blue) = 107+78+31=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E1F is #94B1E0. Grayscale: #515151. Windows color (decimal): -9744865 or 2051691. OLE color: 2051691.
HSL color Cylindrical-coordinate representation of color #6B4E1F: hue angle of 37.11º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B4E1F is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 31 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.58 |
| HSL | 37.11º | 0.55% | 0.27% | - |
| HSV(B) | 37.11º | 0.71% | 0.42% | - |
| XYZ | 9.04 | 8.67 | 2.49 | - |
| YUV | 81.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 31 | 0 | 0.27 | 0.71 | 0.58 | 37.11 | 0.55 | 0.27 |
| Hex | 6B | 4E | 1F | 0 | 1B | 47 | 3A | 25 | 37 | 1B |
| Octal | 153 | 116 | 37 | 0 | 33 | 107 | 72 | 45 | 67 | 33 |
| Binary | 1101011 | 1001110 | 11111 | 0 | 11011 | 1000111 | 111010 | 100101 | 110111 | 11011 |
Color Harmonies of #6B4E1F
Complementary color
Monochromatic Colors of #6B4E1F
Black with #6B4E1F
Text Example
Text Example
White with #6B4E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E1F; }
p { color: rgb(107,78,31); }
H1.HeaderClassName
{
color: #6B4E1F;
}
.AnyTagClassName
{
color: #6B4E1F;
}
</style>
background-color css
<style>
a { background-color: #6B4E1F; }
a { background-color: rgb(107,78,31); }
div.DivClassName
{
background-color: #6B4E1F;
}
.BgClassName
{
background-color: #6B4E1F;
}
</style>
border-color css
<style>
span { border-color: #6B4E1F; }
span { border-color: rgb(107,78,31); }
td.TdClassName
{
border-color: #6B4E1F;
}
.TagClassName
{
border-color: #6B4E1F;
}
</style>