Shades of Antique Brass #664718
Tints of Antique Brass #664718
RGB
CMYK
RGB Variations
Color information
#664718 (or 0x664718) is known color: Antique Brass. HEX triplet: 66, 47 and 18. RGB value is (102,71,24). Sum of RGB (Red+Green+Blue) = 102+71+24=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #664718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664718 is #99B8E7. Grayscale: #4B4B4B. Windows color (decimal): -10074344 or 1591142. OLE color: 1591142.
HSL color Cylindrical-coordinate representation of color #664718: hue angle of 36.15º 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 #664718 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 24 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.6 |
| HSL | 36.15º | 0.62% | 0.25% | - |
| HSV(B) | 36.15º | 0.76% | 0.4% | - |
| XYZ | 7.9 | 7.4 | 1.88 | - |
| YUV | 74.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 24 | 0 | 0.30 | 0.76 | 0.6 | 36.15 | 0.62 | 0.25 |
| Hex | 66 | 47 | 18 | 0 | 1E | 4C | 3C | 24 | 3E | 19 |
| Octal | 146 | 107 | 30 | 0 | 36 | 114 | 74 | 44 | 76 | 31 |
| Binary | 1100110 | 1000111 | 11000 | 0 | 11110 | 1001100 | 111100 | 100100 | 111110 | 11001 |
Color Harmonies of #664718
Complementary color
Monochromatic Colors of #664718
Black with #664718
Text Example
Text Example
White with #664718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664718; }
p { color: rgb(102,71,24); }
H1.HeaderClassName
{
color: #664718;
}
.AnyTagClassName
{
color: #664718;
}
</style>
background-color css
<style>
a { background-color: #664718; }
a { background-color: rgb(102,71,24); }
div.DivClassName
{
background-color: #664718;
}
.BgClassName
{
background-color: #664718;
}
</style>
border-color css
<style>
span { border-color: #664718; }
span { border-color: rgb(102,71,24); }
td.TdClassName
{
border-color: #664718;
}
.TagClassName
{
border-color: #664718;
}
</style>