Shades of Antique Brass #69441B
Tints of Antique Brass #69441B
RGB
CMYK
RGB Variations
Color information
#69441B (or 0x69441B) is known color: Antique Brass. HEX triplet: 69, 44 and 1B. RGB value is (105,68,27). Sum of RGB (Red+Green+Blue) = 105+68+27=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69441B is #96BBE4. Grayscale: #4A4A4A. Windows color (decimal): -9878501 or 1786985. OLE color: 1786985.
HSL color Cylindrical-coordinate representation of color #69441B: hue angle of 31.54º 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 #69441B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 68 | 27 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.59 |
| HSL | 31.54º | 0.59% | 0.26% | - |
| HSV(B) | 31.54º | 0.74% | 0.41% | - |
| XYZ | 8.09 | 7.22 | 2 | - |
| YUV | 74.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 27 | 0 | 0.35 | 0.74 | 0.59 | 31.54 | 0.59 | 0.26 |
| Hex | 69 | 44 | 1B | 0 | 23 | 4A | 3B | 20 | 3B | 1A |
| Octal | 151 | 104 | 33 | 0 | 43 | 112 | 73 | 40 | 73 | 32 |
| Binary | 1101001 | 1000100 | 11011 | 0 | 100011 | 1001010 | 111011 | 100000 | 111011 | 11010 |
Color Harmonies of #69441B
Complementary color
Monochromatic Colors of #69441B
Black with #69441B
Text Example
Text Example
White with #69441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69441B; }
p { color: rgb(105,68,27); }
H1.HeaderClassName
{
color: #69441B;
}
.AnyTagClassName
{
color: #69441B;
}
</style>
background-color css
<style>
a { background-color: #69441B; }
a { background-color: rgb(105,68,27); }
div.DivClassName
{
background-color: #69441B;
}
.BgClassName
{
background-color: #69441B;
}
</style>
border-color css
<style>
span { border-color: #69441B; }
span { border-color: rgb(105,68,27); }
td.TdClassName
{
border-color: #69441B;
}
.TagClassName
{
border-color: #69441B;
}
</style>