Shades of Antique Brass #694C1D
Tints of Antique Brass #694C1D
RGB
CMYK
RGB Variations
Color information
#694C1D (or 0x694C1D) is known color: Antique Brass. HEX triplet: 69, 4C and 1D. RGB value is (105,76,29). Sum of RGB (Red+Green+Blue) = 105+76+29=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C1D is #96B3E2. Grayscale: #4F4F4F. Windows color (decimal): -9876451 or 1920105. OLE color: 1920105.
HSL color Cylindrical-coordinate representation of color #694C1D: hue angle of 37.11º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #694C1D is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 29 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.59 |
| HSL | 37.11º | 0.57% | 0.26% | - |
| HSV(B) | 37.11º | 0.72% | 0.41% | - |
| XYZ | 8.63 | 8.26 | 2.3 | - |
| YUV | 79.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 29 | 0 | 0.28 | 0.72 | 0.59 | 37.11 | 0.57 | 0.26 |
| Hex | 69 | 4C | 1D | 0 | 1C | 48 | 3B | 25 | 39 | 1A |
| Octal | 151 | 114 | 35 | 0 | 34 | 110 | 73 | 45 | 71 | 32 |
| Binary | 1101001 | 1001100 | 11101 | 0 | 11100 | 1001000 | 111011 | 100101 | 111001 | 11010 |
Color Harmonies of #694C1D
Complementary color
Monochromatic Colors of #694C1D
Black with #694C1D
Text Example
Text Example
White with #694C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C1D; }
p { color: rgb(105,76,29); }
H1.HeaderClassName
{
color: #694C1D;
}
.AnyTagClassName
{
color: #694C1D;
}
</style>
background-color css
<style>
a { background-color: #694C1D; }
a { background-color: rgb(105,76,29); }
div.DivClassName
{
background-color: #694C1D;
}
.BgClassName
{
background-color: #694C1D;
}
</style>
border-color css
<style>
span { border-color: #694C1D; }
span { border-color: rgb(105,76,29); }
td.TdClassName
{
border-color: #694C1D;
}
.TagClassName
{
border-color: #694C1D;
}
</style>