Shades of Antique Brass #664E1D
Tints of Antique Brass #664E1D
RGB
CMYK
RGB Variations
Color information
#664E1D (or 0x664E1D) is known color: Antique Brass. HEX triplet: 66, 4E and 1D. RGB value is (102,78,29). Sum of RGB (Red+Green+Blue) = 102+78+29=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E1D is #99B1E2. Grayscale: #4F4F4F. Windows color (decimal): -10072547 or 1920614. OLE color: 1920614.
HSL color Cylindrical-coordinate representation of color #664E1D: hue angle of 40.27º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #664E1D is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 29 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.6 |
| HSL | 40.27º | 0.56% | 0.26% | - |
| HSV(B) | 40.27º | 0.72% | 0.4% | - |
| XYZ | 8.43 | 8.36 | 2.33 | - |
| YUV | 79.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 29 | 0 | 0.24 | 0.72 | 0.6 | 40.27 | 0.56 | 0.26 |
| Hex | 66 | 4E | 1D | 0 | 18 | 48 | 3C | 28 | 38 | 1A |
| Octal | 146 | 116 | 35 | 0 | 30 | 110 | 74 | 50 | 70 | 32 |
| Binary | 1100110 | 1001110 | 11101 | 0 | 11000 | 1001000 | 111100 | 101000 | 111000 | 11010 |
Color Harmonies of #664E1D
Complementary color
Monochromatic Colors of #664E1D
Black with #664E1D
Text Example
Text Example
White with #664E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E1D; }
p { color: rgb(102,78,29); }
H1.HeaderClassName
{
color: #664E1D;
}
.AnyTagClassName
{
color: #664E1D;
}
</style>
background-color css
<style>
a { background-color: #664E1D; }
a { background-color: rgb(102,78,29); }
div.DivClassName
{
background-color: #664E1D;
}
.BgClassName
{
background-color: #664E1D;
}
</style>
border-color css
<style>
span { border-color: #664E1D; }
span { border-color: rgb(102,78,29); }
td.TdClassName
{
border-color: #664E1D;
}
.TagClassName
{
border-color: #664E1D;
}
</style>