Shades of Antique Brass #654918
Tints of Antique Brass #654918
RGB
CMYK
RGB Variations
Color information
#654918 (or 0x654918) is known color: Antique Brass. HEX triplet: 65, 49 and 18. RGB value is (101,73,24). Sum of RGB (Red+Green+Blue) = 101+73+24=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #654918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654918 is #9AB6E7. Grayscale: #4C4C4C. Windows color (decimal): -10139368 or 1591653. OLE color: 1591653.
HSL color Cylindrical-coordinate representation of color #654918: hue angle of 38.18º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #654918 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 24 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.60 |
| HSL | 38.18º | 0.62% | 0.25% | - |
| HSV(B) | 38.18º | 0.76% | 0.4% | - |
| XYZ | 7.91 | 7.6 | 1.91 | - |
| YUV | 75.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 24 | 0 | 0.28 | 0.76 | 0.60 | 38.18 | 0.62 | 0.25 |
| Hex | 65 | 49 | 18 | 0 | 1C | 4C | 3C | 26 | 3E | 19 |
| Octal | 145 | 111 | 30 | 0 | 34 | 114 | 74 | 46 | 76 | 31 |
| Binary | 1100101 | 1001001 | 11000 | 0 | 11100 | 1001100 | 111100 | 100110 | 111110 | 11001 |
Color Harmonies of #654918
Complementary color
Monochromatic Colors of #654918
Black with #654918
Text Example
Text Example
White with #654918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654918; }
p { color: rgb(101,73,24); }
H1.HeaderClassName
{
color: #654918;
}
.AnyTagClassName
{
color: #654918;
}
</style>
background-color css
<style>
a { background-color: #654918; }
a { background-color: rgb(101,73,24); }
div.DivClassName
{
background-color: #654918;
}
.BgClassName
{
background-color: #654918;
}
</style>
border-color css
<style>
span { border-color: #654918; }
span { border-color: rgb(101,73,24); }
td.TdClassName
{
border-color: #654918;
}
.TagClassName
{
border-color: #654918;
}
</style>