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