Shades of Antique Brass #654717
Tints of Antique Brass #654717
RGB
CMYK
RGB Variations
Color information
#654717 (or 0x654717) is known color: Antique Brass. HEX triplet: 65, 47 and 17. RGB value is (101,71,23). Sum of RGB (Red+Green+Blue) = 101+71+23=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #654717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654717 is #9AB8E8. Grayscale: #4A4A4A. Windows color (decimal): -10139881 or 1525605. OLE color: 1525605.
HSL color Cylindrical-coordinate representation of color #654717: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #654717 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 23 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.60 |
| HSL | 36.92º | 0.63% | 0.24% | - |
| HSV(B) | 36.92º | 0.77% | 0.4% | - |
| XYZ | 7.77 | 7.34 | 1.82 | - |
| YUV | 74.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 23 | 0 | 0.30 | 0.77 | 0.60 | 36.92 | 0.63 | 0.24 |
| Hex | 65 | 47 | 17 | 0 | 1E | 4D | 3C | 25 | 3F | 18 |
| Octal | 145 | 107 | 27 | 0 | 36 | 115 | 74 | 45 | 77 | 30 |
| Binary | 1100101 | 1000111 | 10111 | 0 | 11110 | 1001101 | 111100 | 100101 | 111111 | 11000 |
Color Harmonies of #654717
Complementary color
Monochromatic Colors of #654717
Black with #654717
Text Example
Text Example
White with #654717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654717; }
p { color: rgb(101,71,23); }
H1.HeaderClassName
{
color: #654717;
}
.AnyTagClassName
{
color: #654717;
}
</style>
background-color css
<style>
a { background-color: #654717; }
a { background-color: rgb(101,71,23); }
div.DivClassName
{
background-color: #654717;
}
.BgClassName
{
background-color: #654717;
}
</style>
border-color css
<style>
span { border-color: #654717; }
span { border-color: rgb(101,71,23); }
td.TdClassName
{
border-color: #654717;
}
.TagClassName
{
border-color: #654717;
}
</style>