Shades of Antique Brass #6B4215
Tints of Antique Brass #6B4215
RGB
CMYK
RGB Variations
Color information
#6B4215 (or 0x6B4215) is known color: Antique Brass. HEX triplet: 6B, 42 and 15. RGB value is (107,66,21). Sum of RGB (Red+Green+Blue) = 107+66+21=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4215 is #94BDEA. Grayscale: #494949. Windows color (decimal): -9747947 or 1393259. OLE color: 1393259.
HSL color Cylindrical-coordinate representation of color #6B4215: hue angle of 31.4º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B4215 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 21 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.58 |
| HSL | 31.4º | 0.67% | 0.25% | - |
| HSV(B) | 31.4º | 0.8% | 0.42% | - |
| XYZ | 8.15 | 7.08 | 1.65 | - |
| YUV | 73.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 21 | 0 | 0.38 | 0.80 | 0.58 | 31.4 | 0.67 | 0.25 |
| Hex | 6B | 42 | 15 | 0 | 26 | 50 | 3A | 1F | 43 | 19 |
| Octal | 153 | 102 | 25 | 0 | 46 | 120 | 72 | 37 | 103 | 31 |
| Binary | 1101011 | 1000010 | 10101 | 0 | 100110 | 1010000 | 111010 | 11111 | 1000011 | 11001 |
Color Harmonies of #6B4215
Complementary color
Monochromatic Colors of #6B4215
Black with #6B4215
Text Example
Text Example
White with #6B4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4215; }
p { color: rgb(107,66,21); }
H1.HeaderClassName
{
color: #6B4215;
}
.AnyTagClassName
{
color: #6B4215;
}
</style>
background-color css
<style>
a { background-color: #6B4215; }
a { background-color: rgb(107,66,21); }
div.DivClassName
{
background-color: #6B4215;
}
.BgClassName
{
background-color: #6B4215;
}
</style>
border-color css
<style>
span { border-color: #6B4215; }
span { border-color: rgb(107,66,21); }
td.TdClassName
{
border-color: #6B4215;
}
.TagClassName
{
border-color: #6B4215;
}
</style>