Shades of Antique Brass #694A1B
Tints of Antique Brass #694A1B
RGB
CMYK
RGB Variations
Color information
#694A1B (or 0x694A1B) is known color: Antique Brass. HEX triplet: 69, 4A and 1B. RGB value is (105,74,27). Sum of RGB (Red+Green+Blue) = 105+74+27=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #694A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A1B is #96B5E4. Grayscale: #4E4E4E. Windows color (decimal): -9876965 or 1788521. OLE color: 1788521.
HSL color Cylindrical-coordinate representation of color #694A1B: hue angle of 36.15º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #694A1B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 27 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.59 |
| HSL | 36.15º | 0.59% | 0.26% | - |
| HSV(B) | 36.15º | 0.74% | 0.41% | - |
| XYZ | 8.47 | 7.98 | 2.13 | - |
| YUV | 77.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 27 | 0 | 0.30 | 0.74 | 0.59 | 36.15 | 0.59 | 0.26 |
| Hex | 69 | 4A | 1B | 0 | 1E | 4A | 3B | 24 | 3B | 1A |
| Octal | 151 | 112 | 33 | 0 | 36 | 112 | 73 | 44 | 73 | 32 |
| Binary | 1101001 | 1001010 | 11011 | 0 | 11110 | 1001010 | 111011 | 100100 | 111011 | 11010 |
Color Harmonies of #694A1B
Complementary color
Monochromatic Colors of #694A1B
Black with #694A1B
Text Example
Text Example
White with #694A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A1B; }
p { color: rgb(105,74,27); }
H1.HeaderClassName
{
color: #694A1B;
}
.AnyTagClassName
{
color: #694A1B;
}
</style>
background-color css
<style>
a { background-color: #694A1B; }
a { background-color: rgb(105,74,27); }
div.DivClassName
{
background-color: #694A1B;
}
.BgClassName
{
background-color: #694A1B;
}
</style>
border-color css
<style>
span { border-color: #694A1B; }
span { border-color: rgb(105,74,27); }
td.TdClassName
{
border-color: #694A1B;
}
.TagClassName
{
border-color: #694A1B;
}
</style>