Shades of Antique Brass #693D15
Tints of Antique Brass #693D15
RGB
CMYK
RGB Variations
Color information
#693D15 (or 0x693D15) is known color: Antique Brass. HEX triplet: 69, 3D and 15. RGB value is (105,61,21). Sum of RGB (Red+Green+Blue) = 105+61+21=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #693D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D15 is #96C2EA. Grayscale: #454545. Windows color (decimal): -9880299 or 1391977. OLE color: 1391977.
HSL color Cylindrical-coordinate representation of color #693D15: hue angle of 28.57º 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 #693D15 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 21 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.59 |
| HSL | 28.57º | 0.67% | 0.25% | - |
| HSV(B) | 28.57º | 0.8% | 0.41% | - |
| XYZ | 7.63 | 6.39 | 1.54 | - |
| YUV | 69.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 21 | 0 | 0.42 | 0.80 | 0.59 | 28.57 | 0.67 | 0.25 |
| Hex | 69 | 3D | 15 | 0 | 2A | 50 | 3B | 1D | 43 | 19 |
| Octal | 151 | 75 | 25 | 0 | 52 | 120 | 73 | 35 | 103 | 31 |
| Binary | 1101001 | 111101 | 10101 | 0 | 101010 | 1010000 | 111011 | 11101 | 1000011 | 11001 |
Color Harmonies of #693D15
Complementary color
Monochromatic Colors of #693D15
Black with #693D15
Text Example
Text Example
White with #693D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D15; }
p { color: rgb(105,61,21); }
H1.HeaderClassName
{
color: #693D15;
}
.AnyTagClassName
{
color: #693D15;
}
</style>
background-color css
<style>
a { background-color: #693D15; }
a { background-color: rgb(105,61,21); }
div.DivClassName
{
background-color: #693D15;
}
.BgClassName
{
background-color: #693D15;
}
</style>
border-color css
<style>
span { border-color: #693D15; }
span { border-color: rgb(105,61,21); }
td.TdClassName
{
border-color: #693D15;
}
.TagClassName
{
border-color: #693D15;
}
</style>