Shades of Antique Brass #664E1B
Tints of Antique Brass #664E1B
RGB
CMYK
RGB Variations
Color information
#664E1B (or 0x664E1B) is known color: Antique Brass. HEX triplet: 66, 4E and 1B. RGB value is (102,78,27). Sum of RGB (Red+Green+Blue) = 102+78+27=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E1B is #99B1E4. Grayscale: #4F4F4F. Windows color (decimal): -10072549 or 1789542. OLE color: 1789542.
HSL color Cylindrical-coordinate representation of color #664E1B: hue angle of 40.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #664E1B is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 27 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.6 |
| HSL | 40.8º | 0.58% | 0.25% | - |
| HSV(B) | 40.8º | 0.74% | 0.4% | - |
| XYZ | 8.4 | 8.35 | 2.21 | - |
| YUV | 79.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 27 | 0 | 0.24 | 0.74 | 0.6 | 40.8 | 0.58 | 0.25 |
| Hex | 66 | 4E | 1B | 0 | 18 | 4A | 3C | 29 | 3A | 19 |
| Octal | 146 | 116 | 33 | 0 | 30 | 112 | 74 | 51 | 72 | 31 |
| Binary | 1100110 | 1001110 | 11011 | 0 | 11000 | 1001010 | 111100 | 101001 | 111010 | 11001 |
Color Harmonies of #664E1B
Complementary color
Monochromatic Colors of #664E1B
Black with #664E1B
Text Example
Text Example
White with #664E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E1B; }
p { color: rgb(102,78,27); }
H1.HeaderClassName
{
color: #664E1B;
}
.AnyTagClassName
{
color: #664E1B;
}
</style>
background-color css
<style>
a { background-color: #664E1B; }
a { background-color: rgb(102,78,27); }
div.DivClassName
{
background-color: #664E1B;
}
.BgClassName
{
background-color: #664E1B;
}
</style>
border-color css
<style>
span { border-color: #664E1B; }
span { border-color: rgb(102,78,27); }
td.TdClassName
{
border-color: #664E1B;
}
.TagClassName
{
border-color: #664E1B;
}
</style>