Shades of Antique Brass #69461D
Tints of Antique Brass #69461D
RGB
CMYK
RGB Variations
Color information
#69461D (or 0x69461D) is known color: Antique Brass. HEX triplet: 69, 46 and 1D. RGB value is (105,70,29). Sum of RGB (Red+Green+Blue) = 105+70+29=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69461D is #96B9E2. Grayscale: #4B4B4B. Windows color (decimal): -9877987 or 1918569. OLE color: 1918569.
HSL color Cylindrical-coordinate representation of color #69461D: hue angle of 32.37º 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 #69461D is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 29 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.59 |
| HSL | 32.37º | 0.57% | 0.26% | - |
| HSV(B) | 32.37º | 0.72% | 0.41% | - |
| XYZ | 8.24 | 7.47 | 2.17 | - |
| YUV | 75.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 29 | 0 | 0.33 | 0.72 | 0.59 | 32.37 | 0.57 | 0.26 |
| Hex | 69 | 46 | 1D | 0 | 21 | 48 | 3B | 20 | 39 | 1A |
| Octal | 151 | 106 | 35 | 0 | 41 | 110 | 73 | 40 | 71 | 32 |
| Binary | 1101001 | 1000110 | 11101 | 0 | 100001 | 1001000 | 111011 | 100000 | 111001 | 11010 |
Color Harmonies of #69461D
Complementary color
Monochromatic Colors of #69461D
Black with #69461D
Text Example
Text Example
White with #69461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69461D; }
p { color: rgb(105,70,29); }
H1.HeaderClassName
{
color: #69461D;
}
.AnyTagClassName
{
color: #69461D;
}
</style>
background-color css
<style>
a { background-color: #69461D; }
a { background-color: rgb(105,70,29); }
div.DivClassName
{
background-color: #69461D;
}
.BgClassName
{
background-color: #69461D;
}
</style>
border-color css
<style>
span { border-color: #69461D; }
span { border-color: rgb(105,70,29); }
td.TdClassName
{
border-color: #69461D;
}
.TagClassName
{
border-color: #69461D;
}
</style>