Shades of Antique Brass #694115
Tints of Antique Brass #694115
RGB
CMYK
RGB Variations
Color information
#694115 (or 0x694115) is known color: Antique Brass. HEX triplet: 69, 41 and 15. RGB value is (105,65,21). Sum of RGB (Red+Green+Blue) = 105+65+21=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #694115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694115 is #96BEEA. Grayscale: #484848. Windows color (decimal): -9879275 or 1393001. OLE color: 1393001.
HSL color Cylindrical-coordinate representation of color #694115: hue angle of 31.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #694115 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 21 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.59 |
| HSL | 31.43º | 0.67% | 0.25% | - |
| HSV(B) | 31.43º | 0.8% | 0.41% | - |
| XYZ | 7.85 | 6.84 | 1.62 | - |
| YUV | 71.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 21 | 0 | 0.38 | 0.80 | 0.59 | 31.43 | 0.67 | 0.25 |
| Hex | 69 | 41 | 15 | 0 | 26 | 50 | 3B | 1F | 43 | 19 |
| Octal | 151 | 101 | 25 | 0 | 46 | 120 | 73 | 37 | 103 | 31 |
| Binary | 1101001 | 1000001 | 10101 | 0 | 100110 | 1010000 | 111011 | 11111 | 1000011 | 11001 |
Color Harmonies of #694115
Complementary color
Monochromatic Colors of #694115
Black with #694115
Text Example
Text Example
White with #694115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694115; }
p { color: rgb(105,65,21); }
H1.HeaderClassName
{
color: #694115;
}
.AnyTagClassName
{
color: #694115;
}
</style>
background-color css
<style>
a { background-color: #694115; }
a { background-color: rgb(105,65,21); }
div.DivClassName
{
background-color: #694115;
}
.BgClassName
{
background-color: #694115;
}
</style>
border-color css
<style>
span { border-color: #694115; }
span { border-color: rgb(105,65,21); }
td.TdClassName
{
border-color: #694115;
}
.TagClassName
{
border-color: #694115;
}
</style>