Shades of Antique Brass #69411B
Tints of Antique Brass #69411B
RGB
CMYK
RGB Variations
Color information
#69411B (or 0x69411B) is known color: Antique Brass. HEX triplet: 69, 41 and 1B. RGB value is (105,65,27). Sum of RGB (Red+Green+Blue) = 105+65+27=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69411B is #96BEE4. Grayscale: #484848. Windows color (decimal): -9879269 or 1786217. OLE color: 1786217.
HSL color Cylindrical-coordinate representation of color #69411B: hue angle of 29.23º 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 #69411B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 65 | 27 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.59 |
| HSL | 29.23º | 0.59% | 0.26% | - |
| HSV(B) | 29.23º | 0.74% | 0.41% | - |
| XYZ | 7.91 | 6.86 | 1.94 | - |
| YUV | 72.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 27 | 0 | 0.38 | 0.74 | 0.59 | 29.23 | 0.59 | 0.26 |
| Hex | 69 | 41 | 1B | 0 | 26 | 4A | 3B | 1D | 3B | 1A |
| Octal | 151 | 101 | 33 | 0 | 46 | 112 | 73 | 35 | 73 | 32 |
| Binary | 1101001 | 1000001 | 11011 | 0 | 100110 | 1001010 | 111011 | 11101 | 111011 | 11010 |
Color Harmonies of #69411B
Complementary color
Monochromatic Colors of #69411B
Black with #69411B
Text Example
Text Example
White with #69411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69411B; }
p { color: rgb(105,65,27); }
H1.HeaderClassName
{
color: #69411B;
}
.AnyTagClassName
{
color: #69411B;
}
</style>
background-color css
<style>
a { background-color: #69411B; }
a { background-color: rgb(105,65,27); }
div.DivClassName
{
background-color: #69411B;
}
.BgClassName
{
background-color: #69411B;
}
</style>
border-color css
<style>
span { border-color: #69411B; }
span { border-color: rgb(105,65,27); }
td.TdClassName
{
border-color: #69411B;
}
.TagClassName
{
border-color: #69411B;
}
</style>