Shades of Antique Brass #65491B
Tints of Antique Brass #65491B
RGB
CMYK
RGB Variations
Color information
#65491B (or 0x65491B) is known color: Antique Brass. HEX triplet: 65, 49 and 1B. RGB value is (101,73,27). Sum of RGB (Red+Green+Blue) = 101+73+27=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65491B is #9AB6E4. Grayscale: #4C4C4C. Windows color (decimal): -10139365 or 1788261. OLE color: 1788261.
HSL color Cylindrical-coordinate representation of color #65491B: hue angle of 37.3º degrees, saturation: 0.58, 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 #65491B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 27 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.60 |
| HSL | 37.3º | 0.58% | 0.25% | - |
| HSV(B) | 37.3º | 0.73% | 0.4% | - |
| XYZ | 7.95 | 7.61 | 2.09 | - |
| YUV | 76.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 27 | 0 | 0.28 | 0.73 | 0.60 | 37.3 | 0.58 | 0.25 |
| Hex | 65 | 49 | 1B | 0 | 1C | 49 | 3C | 25 | 3A | 19 |
| Octal | 145 | 111 | 33 | 0 | 34 | 111 | 74 | 45 | 72 | 31 |
| Binary | 1100101 | 1001001 | 11011 | 0 | 11100 | 1001001 | 111100 | 100101 | 111010 | 11001 |
Color Harmonies of #65491B
Complementary color
Monochromatic Colors of #65491B
Black with #65491B
Text Example
Text Example
White with #65491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65491B; }
p { color: rgb(101,73,27); }
H1.HeaderClassName
{
color: #65491B;
}
.AnyTagClassName
{
color: #65491B;
}
</style>
background-color css
<style>
a { background-color: #65491B; }
a { background-color: rgb(101,73,27); }
div.DivClassName
{
background-color: #65491B;
}
.BgClassName
{
background-color: #65491B;
}
</style>
border-color css
<style>
span { border-color: #65491B; }
span { border-color: rgb(101,73,27); }
td.TdClassName
{
border-color: #65491B;
}
.TagClassName
{
border-color: #65491B;
}
</style>