Shades of Antique Brass #693D11
Tints of Antique Brass #693D11
RGB
CMYK
RGB Variations
Color information
#693D11 (or 0x693D11) is known color: Antique Brass. HEX triplet: 69, 3D and 11. RGB value is (105,61,17). Sum of RGB (Red+Green+Blue) = 105+61+17=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D11 is #96C2EE. Grayscale: #454545. Windows color (decimal): -9880303 or 1129833. OLE color: 1129833.
HSL color Cylindrical-coordinate representation of color #693D11: hue angle of 30º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #693D11 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 17 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.59 |
| HSL | 30º | 0.72% | 0.24% | - |
| HSV(B) | 30º | 0.84% | 0.41% | - |
| XYZ | 7.6 | 6.38 | 1.36 | - |
| YUV | 69.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 17 | 0 | 0.42 | 0.84 | 0.59 | 30 | 0.72 | 0.24 |
| Hex | 69 | 3D | 11 | 0 | 2A | 54 | 3B | 1E | 48 | 18 |
| Octal | 151 | 75 | 21 | 0 | 52 | 124 | 73 | 36 | 110 | 30 |
| Binary | 1101001 | 111101 | 10001 | 0 | 101010 | 1010100 | 111011 | 11110 | 1001000 | 11000 |
Color Harmonies of #693D11
Complementary color
Monochromatic Colors of #693D11
Black with #693D11
Text Example
Text Example
White with #693D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D11; }
p { color: rgb(105,61,17); }
H1.HeaderClassName
{
color: #693D11;
}
.AnyTagClassName
{
color: #693D11;
}
</style>
background-color css
<style>
a { background-color: #693D11; }
a { background-color: rgb(105,61,17); }
div.DivClassName
{
background-color: #693D11;
}
.BgClassName
{
background-color: #693D11;
}
</style>
border-color css
<style>
span { border-color: #693D11; }
span { border-color: rgb(105,61,17); }
td.TdClassName
{
border-color: #693D11;
}
.TagClassName
{
border-color: #693D11;
}
</style>