Shades of Antique Brass #6B481B
Tints of Antique Brass #6B481B
RGB
CMYK
RGB Variations
Color information
#6B481B (or 0x6B481B) is known color: Antique Brass. HEX triplet: 6B, 48 and 1B. RGB value is (107,72,27). Sum of RGB (Red+Green+Blue) = 107+72+27=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B481B is #94B7E4. Grayscale: #4D4D4D. Windows color (decimal): -9746405 or 1788011. OLE color: 1788011.
HSL color Cylindrical-coordinate representation of color #6B481B: hue angle of 33.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B481B is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 72 | 27 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.58 |
| HSL | 33.75º | 0.6% | 0.26% | - |
| HSV(B) | 33.75º | 0.75% | 0.42% | - |
| XYZ | 8.58 | 7.84 | 2.1 | - |
| YUV | 77.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 27 | 0 | 0.33 | 0.75 | 0.58 | 33.75 | 0.6 | 0.26 |
| Hex | 6B | 48 | 1B | 0 | 21 | 4B | 3A | 22 | 3C | 1A |
| Octal | 153 | 110 | 33 | 0 | 41 | 113 | 72 | 42 | 74 | 32 |
| Binary | 1101011 | 1001000 | 11011 | 0 | 100001 | 1001011 | 111010 | 100010 | 111100 | 11010 |
Color Harmonies of #6B481B
Complementary color
Monochromatic Colors of #6B481B
Black with #6B481B
Text Example
Text Example
White with #6B481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B481B; }
p { color: rgb(107,72,27); }
H1.HeaderClassName
{
color: #6B481B;
}
.AnyTagClassName
{
color: #6B481B;
}
</style>
background-color css
<style>
a { background-color: #6B481B; }
a { background-color: rgb(107,72,27); }
div.DivClassName
{
background-color: #6B481B;
}
.BgClassName
{
background-color: #6B481B;
}
</style>
border-color css
<style>
span { border-color: #6B481B; }
span { border-color: rgb(107,72,27); }
td.TdClassName
{
border-color: #6B481B;
}
.TagClassName
{
border-color: #6B481B;
}
</style>