Shades of Antique Brass #66481B
Tints of Antique Brass #66481B
RGB
CMYK
RGB Variations
Color information
#66481B (or 0x66481B) is known color: Antique Brass. HEX triplet: 66, 48 and 1B. RGB value is (102,72,27). Sum of RGB (Red+Green+Blue) = 102+72+27=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66481B is #99B7E4. Grayscale: #4C4C4C. Windows color (decimal): -10074085 or 1788006. OLE color: 1788006.
HSL color Cylindrical-coordinate representation of color #66481B: hue angle of 36º 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 #66481B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 72 | 27 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.6 |
| HSL | 36º | 0.58% | 0.25% | - |
| HSV(B) | 36º | 0.74% | 0.4% | - |
| XYZ | 7.99 | 7.54 | 2.07 | - |
| YUV | 75.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 27 | 0 | 0.29 | 0.74 | 0.6 | 36 | 0.58 | 0.25 |
| Hex | 66 | 48 | 1B | 0 | 1D | 4A | 3C | 24 | 3A | 19 |
| Octal | 146 | 110 | 33 | 0 | 35 | 112 | 74 | 44 | 72 | 31 |
| Binary | 1100110 | 1001000 | 11011 | 0 | 11101 | 1001010 | 111100 | 100100 | 111010 | 11001 |
Color Harmonies of #66481B
Complementary color
Monochromatic Colors of #66481B
Black with #66481B
Text Example
Text Example
White with #66481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66481B; }
p { color: rgb(102,72,27); }
H1.HeaderClassName
{
color: #66481B;
}
.AnyTagClassName
{
color: #66481B;
}
</style>
background-color css
<style>
a { background-color: #66481B; }
a { background-color: rgb(102,72,27); }
div.DivClassName
{
background-color: #66481B;
}
.BgClassName
{
background-color: #66481B;
}
</style>
border-color css
<style>
span { border-color: #66481B; }
span { border-color: rgb(102,72,27); }
td.TdClassName
{
border-color: #66481B;
}
.TagClassName
{
border-color: #66481B;
}
</style>