Shades of Antique Brass #654D1B
Tints of Antique Brass #654D1B
RGB
CMYK
RGB Variations
Color information
#654D1B (or 0x654D1B) is known color: Antique Brass. HEX triplet: 65, 4D and 1B. RGB value is (101,77,27). Sum of RGB (Red+Green+Blue) = 101+77+27=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #654D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D1B is #9AB2E4. Grayscale: #4E4E4E. Windows color (decimal): -10138341 or 1789285. OLE color: 1789285.
HSL color Cylindrical-coordinate representation of color #654D1B: hue angle of 40.54º 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 #654D1B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 27 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.60 |
| HSL | 40.54º | 0.58% | 0.25% | - |
| HSV(B) | 40.54º | 0.73% | 0.4% | - |
| XYZ | 8.22 | 8.15 | 2.18 | - |
| YUV | 78.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 27 | 0 | 0.24 | 0.73 | 0.60 | 40.54 | 0.58 | 0.25 |
| Hex | 65 | 4D | 1B | 0 | 18 | 49 | 3C | 29 | 3A | 19 |
| Octal | 145 | 115 | 33 | 0 | 30 | 111 | 74 | 51 | 72 | 31 |
| Binary | 1100101 | 1001101 | 11011 | 0 | 11000 | 1001001 | 111100 | 101001 | 111010 | 11001 |
Color Harmonies of #654D1B
Complementary color
Monochromatic Colors of #654D1B
Black with #654D1B
Text Example
Text Example
White with #654D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D1B; }
p { color: rgb(101,77,27); }
H1.HeaderClassName
{
color: #654D1B;
}
.AnyTagClassName
{
color: #654D1B;
}
</style>
background-color css
<style>
a { background-color: #654D1B; }
a { background-color: rgb(101,77,27); }
div.DivClassName
{
background-color: #654D1B;
}
.BgClassName
{
background-color: #654D1B;
}
</style>
border-color css
<style>
span { border-color: #654D1B; }
span { border-color: rgb(101,77,27); }
td.TdClassName
{
border-color: #654D1B;
}
.TagClassName
{
border-color: #654D1B;
}
</style>