Shades of Antique Brass #693F17
Tints of Antique Brass #693F17
RGB
CMYK
RGB Variations
Color information
#693F17 (or 0x693F17) is known color: Antique Brass. HEX triplet: 69, 3F and 17. RGB value is (105,63,23). Sum of RGB (Red+Green+Blue) = 105+63+23=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #693F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F17 is #96C0E8. Grayscale: #474747. Windows color (decimal): -9879785 or 1523561. OLE color: 1523561.
HSL color Cylindrical-coordinate representation of color #693F17: hue angle of 29.27º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #693F17 is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 23 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.59 |
| HSL | 29.27º | 0.64% | 0.25% | - |
| HSV(B) | 29.27º | 0.78% | 0.41% | - |
| XYZ | 7.76 | 6.62 | 1.68 | - |
| YUV | 71 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 23 | 0 | 0.4 | 0.78 | 0.59 | 29.27 | 0.64 | 0.25 |
| Hex | 69 | 3F | 17 | 0 | 28 | 4E | 3B | 1D | 40 | 19 |
| Octal | 151 | 77 | 27 | 0 | 50 | 116 | 73 | 35 | 100 | 31 |
| Binary | 1101001 | 111111 | 10111 | 0 | 101000 | 1001110 | 111011 | 11101 | 1000000 | 11001 |
Color Harmonies of #693F17
Complementary color
Monochromatic Colors of #693F17
Black with #693F17
Text Example
Text Example
White with #693F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F17; }
p { color: rgb(105,63,23); }
H1.HeaderClassName
{
color: #693F17;
}
.AnyTagClassName
{
color: #693F17;
}
</style>
background-color css
<style>
a { background-color: #693F17; }
a { background-color: rgb(105,63,23); }
div.DivClassName
{
background-color: #693F17;
}
.BgClassName
{
background-color: #693F17;
}
</style>
border-color css
<style>
span { border-color: #693F17; }
span { border-color: rgb(105,63,23); }
td.TdClassName
{
border-color: #693F17;
}
.TagClassName
{
border-color: #693F17;
}
</style>