Shades of Antique Brass #66491C
Tints of Antique Brass #66491C
RGB
CMYK
RGB Variations
Color information
#66491C (or 0x66491C) is known color: Antique Brass. HEX triplet: 66, 49 and 1C. RGB value is (102,73,28). Sum of RGB (Red+Green+Blue) = 102+73+28=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66491C is #99B6E3. Grayscale: #4C4C4C. Windows color (decimal): -10073828 or 1853798. OLE color: 1853798.
HSL color Cylindrical-coordinate representation of color #66491C: hue angle of 36.49º 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 #66491C is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 28 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.6 |
| HSL | 36.49º | 0.57% | 0.25% | - |
| HSV(B) | 36.49º | 0.73% | 0.4% | - |
| XYZ | 8.07 | 7.67 | 2.15 | - |
| YUV | 76.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 28 | 0 | 0.28 | 0.73 | 0.6 | 36.49 | 0.57 | 0.25 |
| Hex | 66 | 49 | 1C | 0 | 1C | 49 | 3C | 24 | 39 | 19 |
| Octal | 146 | 111 | 34 | 0 | 34 | 111 | 74 | 44 | 71 | 31 |
| Binary | 1100110 | 1001001 | 11100 | 0 | 11100 | 1001001 | 111100 | 100100 | 111001 | 11001 |
Color Harmonies of #66491C
Complementary color
Monochromatic Colors of #66491C
Black with #66491C
Text Example
Text Example
White with #66491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66491C; }
p { color: rgb(102,73,28); }
H1.HeaderClassName
{
color: #66491C;
}
.AnyTagClassName
{
color: #66491C;
}
</style>
background-color css
<style>
a { background-color: #66491C; }
a { background-color: rgb(102,73,28); }
div.DivClassName
{
background-color: #66491C;
}
.BgClassName
{
background-color: #66491C;
}
</style>
border-color css
<style>
span { border-color: #66491C; }
span { border-color: rgb(102,73,28); }
td.TdClassName
{
border-color: #66491C;
}
.TagClassName
{
border-color: #66491C;
}
</style>