Shades of Antique Brass #6D4215
Tints of Antique Brass #6D4215
RGB
CMYK
RGB Variations
Color information
#6D4215 (or 0x6D4215) is known color: Antique Brass. HEX triplet: 6D, 42 and 15. RGB value is (109,66,21). Sum of RGB (Red+Green+Blue) = 109+66+21=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4215 is #92BDEA. Grayscale: #494949. Windows color (decimal): -9616875 or 1393261. OLE color: 1393261.
HSL color Cylindrical-coordinate representation of color #6D4215: hue angle of 30.68º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D4215 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 21 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.57 |
| HSL | 30.68º | 0.68% | 0.25% | - |
| HSV(B) | 30.68º | 0.81% | 0.43% | - |
| XYZ | 8.39 | 7.2 | 1.66 | - |
| YUV | 73.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 21 | 0 | 0.39 | 0.81 | 0.57 | 30.68 | 0.68 | 0.25 |
| Hex | 6D | 42 | 15 | 0 | 27 | 51 | 39 | 1F | 44 | 19 |
| Octal | 155 | 102 | 25 | 0 | 47 | 121 | 71 | 37 | 104 | 31 |
| Binary | 1101101 | 1000010 | 10101 | 0 | 100111 | 1010001 | 111001 | 11111 | 1000100 | 11001 |
Color Harmonies of #6D4215
Complementary color
Monochromatic Colors of #6D4215
Black with #6D4215
Text Example
Text Example
White with #6D4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4215; }
p { color: rgb(109,66,21); }
H1.HeaderClassName
{
color: #6D4215;
}
.AnyTagClassName
{
color: #6D4215;
}
</style>
background-color css
<style>
a { background-color: #6D4215; }
a { background-color: rgb(109,66,21); }
div.DivClassName
{
background-color: #6D4215;
}
.BgClassName
{
background-color: #6D4215;
}
</style>
border-color css
<style>
span { border-color: #6D4215; }
span { border-color: rgb(109,66,21); }
td.TdClassName
{
border-color: #6D4215;
}
.TagClassName
{
border-color: #6D4215;
}
</style>