Shades of Antique Brass #664A20
Tints of Antique Brass #664A20
RGB
CMYK
RGB Variations
Color information
#664A20 (or 0x664A20) is known color: Antique Brass. HEX triplet: 66, 4A and 20. RGB value is (102,74,32). Sum of RGB (Red+Green+Blue) = 102+74+32=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #664A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A20 is #99B5DF. Grayscale: #4D4D4D. Windows color (decimal): -10073568 or 2116198. OLE color: 2116198.
HSL color Cylindrical-coordinate representation of color #664A20: hue angle of 36º 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 #664A20 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 32 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.6 |
| HSL | 36º | 0.52% | 0.26% | - |
| HSV(B) | 36º | 0.69% | 0.4% | - |
| XYZ | 8.19 | 7.83 | 2.45 | - |
| YUV | 77.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 32 | 0 | 0.27 | 0.69 | 0.6 | 36 | 0.52 | 0.26 |
| Hex | 66 | 4A | 20 | 0 | 1B | 45 | 3C | 24 | 34 | 1A |
| Octal | 146 | 112 | 40 | 0 | 33 | 105 | 74 | 44 | 64 | 32 |
| Binary | 1100110 | 1001010 | 100000 | 0 | 11011 | 1000101 | 111100 | 100100 | 110100 | 11010 |
Color Harmonies of #664A20
Complementary color
Monochromatic Colors of #664A20
Black with #664A20
Text Example
Text Example
White with #664A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A20; }
p { color: rgb(102,74,32); }
H1.HeaderClassName
{
color: #664A20;
}
.AnyTagClassName
{
color: #664A20;
}
</style>
background-color css
<style>
a { background-color: #664A20; }
a { background-color: rgb(102,74,32); }
div.DivClassName
{
background-color: #664A20;
}
.BgClassName
{
background-color: #664A20;
}
</style>
border-color css
<style>
span { border-color: #664A20; }
span { border-color: rgb(102,74,32); }
td.TdClassName
{
border-color: #664A20;
}
.TagClassName
{
border-color: #664A20;
}
</style>