Shades of Antique Brass #68431B
Tints of Antique Brass #68431B
RGB
CMYK
RGB Variations
Color information
#68431B (or 0x68431B) is known color: Antique Brass. HEX triplet: 68, 43 and 1B. RGB value is (104,67,27). Sum of RGB (Red+Green+Blue) = 104+67+27=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68431B is #97BCE4. Grayscale: #494949. Windows color (decimal): -9944293 or 1786728. OLE color: 1786728.
HSL color Cylindrical-coordinate representation of color #68431B: hue angle of 31.17º 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 #68431B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 27 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.59 |
| HSL | 31.17º | 0.59% | 0.26% | - |
| HSV(B) | 31.17º | 0.74% | 0.41% | - |
| XYZ | 7.91 | 7.04 | 1.98 | - |
| YUV | 73.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 27 | 0 | 0.36 | 0.74 | 0.59 | 31.17 | 0.59 | 0.26 |
| Hex | 68 | 43 | 1B | 0 | 24 | 4A | 3B | 1F | 3B | 1A |
| Octal | 150 | 103 | 33 | 0 | 44 | 112 | 73 | 37 | 73 | 32 |
| Binary | 1101000 | 1000011 | 11011 | 0 | 100100 | 1001010 | 111011 | 11111 | 111011 | 11010 |
Color Harmonies of #68431B
Complementary color
Monochromatic Colors of #68431B
Black with #68431B
Text Example
Text Example
White with #68431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68431B; }
p { color: rgb(104,67,27); }
H1.HeaderClassName
{
color: #68431B;
}
.AnyTagClassName
{
color: #68431B;
}
</style>
background-color css
<style>
a { background-color: #68431B; }
a { background-color: rgb(104,67,27); }
div.DivClassName
{
background-color: #68431B;
}
.BgClassName
{
background-color: #68431B;
}
</style>
border-color css
<style>
span { border-color: #68431B; }
span { border-color: rgb(104,67,27); }
td.TdClassName
{
border-color: #68431B;
}
.TagClassName
{
border-color: #68431B;
}
</style>