Shades of Antique Brass #664D20
Tints of Antique Brass #664D20
RGB
CMYK
RGB Variations
Color information
#664D20 (or 0x664D20) is known color: Antique Brass. HEX triplet: 66, 4D and 20. RGB value is (102,77,32). Sum of RGB (Red+Green+Blue) = 102+77+32=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #664D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D20 is #99B2DF. Grayscale: #4F4F4F. Windows color (decimal): -10072800 or 2116966. OLE color: 2116966.
HSL color Cylindrical-coordinate representation of color #664D20: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664D20 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 32 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.6 |
| HSL | 38.57º | 0.52% | 0.26% | - |
| HSV(B) | 38.57º | 0.69% | 0.4% | - |
| XYZ | 8.39 | 8.24 | 2.51 | - |
| YUV | 79.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 32 | 0 | 0.25 | 0.69 | 0.6 | 38.57 | 0.52 | 0.26 |
| Hex | 66 | 4D | 20 | 0 | 19 | 45 | 3C | 27 | 34 | 1A |
| Octal | 146 | 115 | 40 | 0 | 31 | 105 | 74 | 47 | 64 | 32 |
| Binary | 1100110 | 1001101 | 100000 | 0 | 11001 | 1000101 | 111100 | 100111 | 110100 | 11010 |
Color Harmonies of #664D20
Complementary color
Monochromatic Colors of #664D20
Black with #664D20
Text Example
Text Example
White with #664D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D20; }
p { color: rgb(102,77,32); }
H1.HeaderClassName
{
color: #664D20;
}
.AnyTagClassName
{
color: #664D20;
}
</style>
background-color css
<style>
a { background-color: #664D20; }
a { background-color: rgb(102,77,32); }
div.DivClassName
{
background-color: #664D20;
}
.BgClassName
{
background-color: #664D20;
}
</style>
border-color css
<style>
span { border-color: #664D20; }
span { border-color: rgb(102,77,32); }
td.TdClassName
{
border-color: #664D20;
}
.TagClassName
{
border-color: #664D20;
}
</style>