Shades of Antique Brass #654B1B
Tints of Antique Brass #654B1B
RGB
CMYK
RGB Variations
Color information
#654B1B (or 0x654B1B) is known color: Antique Brass. HEX triplet: 65, 4B and 1B. RGB value is (101,75,27). Sum of RGB (Red+Green+Blue) = 101+75+27=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #654B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B1B is #9AB4E4. Grayscale: #4D4D4D. Windows color (decimal): -10138853 or 1788773. OLE color: 1788773.
HSL color Cylindrical-coordinate representation of color #654B1B: hue angle of 38.92º 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 #654B1B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 27 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.60 |
| HSL | 38.92º | 0.58% | 0.25% | - |
| HSV(B) | 38.92º | 0.73% | 0.4% | - |
| XYZ | 8.08 | 7.88 | 2.13 | - |
| YUV | 77.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 27 | 0 | 0.26 | 0.73 | 0.60 | 38.92 | 0.58 | 0.25 |
| Hex | 65 | 4B | 1B | 0 | 1A | 49 | 3C | 27 | 3A | 19 |
| Octal | 145 | 113 | 33 | 0 | 32 | 111 | 74 | 47 | 72 | 31 |
| Binary | 1100101 | 1001011 | 11011 | 0 | 11010 | 1001001 | 111100 | 100111 | 111010 | 11001 |
Color Harmonies of #654B1B
Complementary color
Monochromatic Colors of #654B1B
Black with #654B1B
Text Example
Text Example
White with #654B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B1B; }
p { color: rgb(101,75,27); }
H1.HeaderClassName
{
color: #654B1B;
}
.AnyTagClassName
{
color: #654B1B;
}
</style>
background-color css
<style>
a { background-color: #654B1B; }
a { background-color: rgb(101,75,27); }
div.DivClassName
{
background-color: #654B1B;
}
.BgClassName
{
background-color: #654B1B;
}
</style>
border-color css
<style>
span { border-color: #654B1B; }
span { border-color: rgb(101,75,27); }
td.TdClassName
{
border-color: #654B1B;
}
.TagClassName
{
border-color: #654B1B;
}
</style>