Shades of Antique Brass #6B501D
Tints of Antique Brass #6B501D
RGB
CMYK
RGB Variations
Color information
#6B501D (or 0x6B501D) is known color: Antique Brass. HEX triplet: 6B, 50 and 1D. RGB value is (107,80,29). Sum of RGB (Red+Green+Blue) = 107+80+29=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B501D is #94AFE2. Grayscale: #525252. Windows color (decimal): -9744355 or 1921131. OLE color: 1921131.
HSL color Cylindrical-coordinate representation of color #6B501D: hue angle of 39.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B501D is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 29 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.58 |
| HSL | 39.23º | 0.57% | 0.27% | - |
| HSV(B) | 39.23º | 0.73% | 0.42% | - |
| XYZ | 9.15 | 8.95 | 2.41 | - |
| YUV | 82.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 29 | 0 | 0.25 | 0.73 | 0.58 | 39.23 | 0.57 | 0.27 |
| Hex | 6B | 50 | 1D | 0 | 19 | 49 | 3A | 27 | 39 | 1B |
| Octal | 153 | 120 | 35 | 0 | 31 | 111 | 72 | 47 | 71 | 33 |
| Binary | 1101011 | 1010000 | 11101 | 0 | 11001 | 1001001 | 111010 | 100111 | 111001 | 11011 |
Color Harmonies of #6B501D
Complementary color
Monochromatic Colors of #6B501D
Black with #6B501D
Text Example
Text Example
White with #6B501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B501D; }
p { color: rgb(107,80,29); }
H1.HeaderClassName
{
color: #6B501D;
}
.AnyTagClassName
{
color: #6B501D;
}
</style>
background-color css
<style>
a { background-color: #6B501D; }
a { background-color: rgb(107,80,29); }
div.DivClassName
{
background-color: #6B501D;
}
.BgClassName
{
background-color: #6B501D;
}
</style>
border-color css
<style>
span { border-color: #6B501D; }
span { border-color: rgb(107,80,29); }
td.TdClassName
{
border-color: #6B501D;
}
.TagClassName
{
border-color: #6B501D;
}
</style>