Shades of Antique Brass #694818
Tints of Antique Brass #694818
RGB
CMYK
RGB Variations
Color information
#694818 (or 0x694818) is known color: Antique Brass. HEX triplet: 69, 48 and 18. RGB value is (105,72,24). Sum of RGB (Red+Green+Blue) = 105+72+24=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #694818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694818 is #96B7E7. Grayscale: #4C4C4C. Windows color (decimal): -9877480 or 1591401. OLE color: 1591401.
HSL color Cylindrical-coordinate representation of color #694818: hue angle of 35.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #694818 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 24 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.59 |
| HSL | 35.56º | 0.63% | 0.25% | - |
| HSV(B) | 35.56º | 0.77% | 0.41% | - |
| XYZ | 8.31 | 7.7 | 1.91 | - |
| YUV | 76.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 24 | 0 | 0.31 | 0.77 | 0.59 | 35.56 | 0.63 | 0.25 |
| Hex | 69 | 48 | 18 | 0 | 1F | 4D | 3B | 24 | 3F | 19 |
| Octal | 151 | 110 | 30 | 0 | 37 | 115 | 73 | 44 | 77 | 31 |
| Binary | 1101001 | 1001000 | 11000 | 0 | 11111 | 1001101 | 111011 | 100100 | 111111 | 11001 |
Color Harmonies of #694818
Complementary color
Monochromatic Colors of #694818
Black with #694818
Text Example
Text Example
White with #694818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694818; }
p { color: rgb(105,72,24); }
H1.HeaderClassName
{
color: #694818;
}
.AnyTagClassName
{
color: #694818;
}
</style>
background-color css
<style>
a { background-color: #694818; }
a { background-color: rgb(105,72,24); }
div.DivClassName
{
background-color: #694818;
}
.BgClassName
{
background-color: #694818;
}
</style>
border-color css
<style>
span { border-color: #694818; }
span { border-color: rgb(105,72,24); }
td.TdClassName
{
border-color: #694818;
}
.TagClassName
{
border-color: #694818;
}
</style>