Shades of Antique Brass #6B4214
Tints of Antique Brass #6B4214
RGB
CMYK
RGB Variations
Color information
#6B4214 (or 0x6B4214) is known color: Antique Brass. HEX triplet: 6B, 42 and 14. RGB value is (107,66,20). Sum of RGB (Red+Green+Blue) = 107+66+20=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4214 is #94BDEB. Grayscale: #494949. Windows color (decimal): -9747948 or 1327723. OLE color: 1327723.
HSL color Cylindrical-coordinate representation of color #6B4214: hue angle of 31.72º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B4214 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 20 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.58 |
| HSL | 31.72º | 0.69% | 0.25% | - |
| HSV(B) | 31.72º | 0.81% | 0.42% | - |
| XYZ | 8.14 | 7.07 | 1.6 | - |
| YUV | 73.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 20 | 0 | 0.38 | 0.81 | 0.58 | 31.72 | 0.69 | 0.25 |
| Hex | 6B | 42 | 14 | 0 | 26 | 51 | 3A | 20 | 45 | 19 |
| Octal | 153 | 102 | 24 | 0 | 46 | 121 | 72 | 40 | 105 | 31 |
| Binary | 1101011 | 1000010 | 10100 | 0 | 100110 | 1010001 | 111010 | 100000 | 1000101 | 11001 |
Color Harmonies of #6B4214
Complementary color
Monochromatic Colors of #6B4214
Black with #6B4214
Text Example
Text Example
White with #6B4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4214; }
p { color: rgb(107,66,20); }
H1.HeaderClassName
{
color: #6B4214;
}
.AnyTagClassName
{
color: #6B4214;
}
</style>
background-color css
<style>
a { background-color: #6B4214; }
a { background-color: rgb(107,66,20); }
div.DivClassName
{
background-color: #6B4214;
}
.BgClassName
{
background-color: #6B4214;
}
</style>
border-color css
<style>
span { border-color: #6B4214; }
span { border-color: rgb(107,66,20); }
td.TdClassName
{
border-color: #6B4214;
}
.TagClassName
{
border-color: #6B4214;
}
</style>