Shades of Antique Brass #68481B
Tints of Antique Brass #68481B
RGB
CMYK
RGB Variations
Color information
#68481B (or 0x68481B) is known color: Antique Brass. HEX triplet: 68, 48 and 1B. RGB value is (104,72,27). Sum of RGB (Red+Green+Blue) = 104+72+27=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68481B is #97B7E4. Grayscale: #4C4C4C. Windows color (decimal): -9943013 or 1788008. OLE color: 1788008.
HSL color Cylindrical-coordinate representation of color #68481B: hue angle of 35.06º 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 #68481B is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 27 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.59 |
| HSL | 35.06º | 0.59% | 0.26% | - |
| HSV(B) | 35.06º | 0.74% | 0.41% | - |
| XYZ | 8.22 | 7.66 | 2.08 | - |
| YUV | 76.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 27 | 0 | 0.31 | 0.74 | 0.59 | 35.06 | 0.59 | 0.26 |
| Hex | 68 | 48 | 1B | 0 | 1F | 4A | 3B | 23 | 3B | 1A |
| Octal | 150 | 110 | 33 | 0 | 37 | 112 | 73 | 43 | 73 | 32 |
| Binary | 1101000 | 1001000 | 11011 | 0 | 11111 | 1001010 | 111011 | 100011 | 111011 | 11010 |
Color Harmonies of #68481B
Complementary color
Monochromatic Colors of #68481B
Black with #68481B
Text Example
Text Example
White with #68481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68481B; }
p { color: rgb(104,72,27); }
H1.HeaderClassName
{
color: #68481B;
}
.AnyTagClassName
{
color: #68481B;
}
</style>
background-color css
<style>
a { background-color: #68481B; }
a { background-color: rgb(104,72,27); }
div.DivClassName
{
background-color: #68481B;
}
.BgClassName
{
background-color: #68481B;
}
</style>
border-color css
<style>
span { border-color: #68481B; }
span { border-color: rgb(104,72,27); }
td.TdClassName
{
border-color: #68481B;
}
.TagClassName
{
border-color: #68481B;
}
</style>