Shades of Antique Brass #664E1E
Tints of Antique Brass #664E1E
RGB
CMYK
RGB Variations
Color information
#664E1E (or 0x664E1E) is known color: Antique Brass. HEX triplet: 66, 4E and 1E. RGB value is (102,78,30). Sum of RGB (Red+Green+Blue) = 102+78+30=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #664E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E1E is #99B1E1. Grayscale: #4F4F4F. Windows color (decimal): -10072546 or 1986150. OLE color: 1986150.
HSL color Cylindrical-coordinate representation of color #664E1E: hue angle of 40º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #664E1E is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 30 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.6 |
| HSL | 40º | 0.55% | 0.26% | - |
| HSV(B) | 40º | 0.71% | 0.4% | - |
| XYZ | 8.44 | 8.37 | 2.4 | - |
| YUV | 79.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 30 | 0 | 0.24 | 0.71 | 0.6 | 40 | 0.55 | 0.26 |
| Hex | 66 | 4E | 1E | 0 | 18 | 47 | 3C | 28 | 37 | 1A |
| Octal | 146 | 116 | 36 | 0 | 30 | 107 | 74 | 50 | 67 | 32 |
| Binary | 1100110 | 1001110 | 11110 | 0 | 11000 | 1000111 | 111100 | 101000 | 110111 | 11010 |
Color Harmonies of #664E1E
Complementary color
Monochromatic Colors of #664E1E
Black with #664E1E
Text Example
Text Example
White with #664E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E1E; }
p { color: rgb(102,78,30); }
H1.HeaderClassName
{
color: #664E1E;
}
.AnyTagClassName
{
color: #664E1E;
}
</style>
background-color css
<style>
a { background-color: #664E1E; }
a { background-color: rgb(102,78,30); }
div.DivClassName
{
background-color: #664E1E;
}
.BgClassName
{
background-color: #664E1E;
}
</style>
border-color css
<style>
span { border-color: #664E1E; }
span { border-color: rgb(102,78,30); }
td.TdClassName
{
border-color: #664E1E;
}
.TagClassName
{
border-color: #664E1E;
}
</style>