Shades of Antique Brass #664E1C
Tints of Antique Brass #664E1C
RGB
CMYK
RGB Variations
Color information
#664E1C (or 0x664E1C) is known color: Antique Brass. HEX triplet: 66, 4E and 1C. RGB value is (102,78,28). Sum of RGB (Red+Green+Blue) = 102+78+28=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #664E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E1C is #99B1E3. Grayscale: #4F4F4F. Windows color (decimal): -10072548 or 1855078. OLE color: 1855078.
HSL color Cylindrical-coordinate representation of color #664E1C: hue angle of 40.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #664E1C is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 28 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.6 |
| HSL | 40.54º | 0.57% | 0.25% | - |
| HSV(B) | 40.54º | 0.73% | 0.4% | - |
| XYZ | 8.41 | 8.36 | 2.27 | - |
| YUV | 79.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 28 | 0 | 0.24 | 0.73 | 0.6 | 40.54 | 0.57 | 0.25 |
| Hex | 66 | 4E | 1C | 0 | 18 | 49 | 3C | 29 | 39 | 19 |
| Octal | 146 | 116 | 34 | 0 | 30 | 111 | 74 | 51 | 71 | 31 |
| Binary | 1100110 | 1001110 | 11100 | 0 | 11000 | 1001001 | 111100 | 101001 | 111001 | 11001 |
Color Harmonies of #664E1C
Complementary color
Monochromatic Colors of #664E1C
Black with #664E1C
Text Example
Text Example
White with #664E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E1C; }
p { color: rgb(102,78,28); }
H1.HeaderClassName
{
color: #664E1C;
}
.AnyTagClassName
{
color: #664E1C;
}
</style>
background-color css
<style>
a { background-color: #664E1C; }
a { background-color: rgb(102,78,28); }
div.DivClassName
{
background-color: #664E1C;
}
.BgClassName
{
background-color: #664E1C;
}
</style>
border-color css
<style>
span { border-color: #664E1C; }
span { border-color: rgb(102,78,28); }
td.TdClassName
{
border-color: #664E1C;
}
.TagClassName
{
border-color: #664E1C;
}
</style>