Shades of Antique Brass #694119
Tints of Antique Brass #694119
RGB
CMYK
RGB Variations
Color information
#694119 (or 0x694119) is known color: Antique Brass. HEX triplet: 69, 41 and 19. RGB value is (105,65,25). Sum of RGB (Red+Green+Blue) = 105+65+25=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694119 is #96BEE6. Grayscale: #484848. Windows color (decimal): -9879271 or 1655145. OLE color: 1655145.
HSL color Cylindrical-coordinate representation of color #694119: hue angle of 30º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #694119 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 25 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.59 |
| HSL | 30º | 0.62% | 0.25% | - |
| HSV(B) | 30º | 0.76% | 0.41% | - |
| XYZ | 7.89 | 6.85 | 1.83 | - |
| YUV | 72.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 25 | 0 | 0.38 | 0.76 | 0.59 | 30 | 0.62 | 0.25 |
| Hex | 69 | 41 | 19 | 0 | 26 | 4C | 3B | 1E | 3E | 19 |
| Octal | 151 | 101 | 31 | 0 | 46 | 114 | 73 | 36 | 76 | 31 |
| Binary | 1101001 | 1000001 | 11001 | 0 | 100110 | 1001100 | 111011 | 11110 | 111110 | 11001 |
Color Harmonies of #694119
Complementary color
Monochromatic Colors of #694119
Black with #694119
Text Example
Text Example
White with #694119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694119; }
p { color: rgb(105,65,25); }
H1.HeaderClassName
{
color: #694119;
}
.AnyTagClassName
{
color: #694119;
}
</style>
background-color css
<style>
a { background-color: #694119; }
a { background-color: rgb(105,65,25); }
div.DivClassName
{
background-color: #694119;
}
.BgClassName
{
background-color: #694119;
}
</style>
border-color css
<style>
span { border-color: #694119; }
span { border-color: rgb(105,65,25); }
td.TdClassName
{
border-color: #694119;
}
.TagClassName
{
border-color: #694119;
}
</style>