Shades of Antique Brass #6B4420
Tints of Antique Brass #6B4420
RGB
CMYK
RGB Variations
Color information
#6B4420 (or 0x6B4420) is known color: Antique Brass. HEX triplet: 6B, 44 and 20. RGB value is (107,68,32). Sum of RGB (Red+Green+Blue) = 107+68+32=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4420 is #94BBDF. Grayscale: #4B4B4B. Windows color (decimal): -9747424 or 2114667. OLE color: 2114667.
HSL color Cylindrical-coordinate representation of color #6B4420: hue angle of 28.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B4420 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 32 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.58 |
| HSL | 28.8º | 0.54% | 0.27% | - |
| HSV(B) | 28.8º | 0.7% | 0.42% | - |
| XYZ | 8.39 | 7.36 | 2.35 | - |
| YUV | 75.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 32 | 0 | 0.36 | 0.70 | 0.58 | 28.8 | 0.54 | 0.27 |
| Hex | 6B | 44 | 20 | 0 | 24 | 46 | 3A | 1D | 36 | 1B |
| Octal | 153 | 104 | 40 | 0 | 44 | 106 | 72 | 35 | 66 | 33 |
| Binary | 1101011 | 1000100 | 100000 | 0 | 100100 | 1000110 | 111010 | 11101 | 110110 | 11011 |
Color Harmonies of #6B4420
Complementary color
Monochromatic Colors of #6B4420
Black with #6B4420
Text Example
Text Example
White with #6B4420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4420; }
p { color: rgb(107,68,32); }
H1.HeaderClassName
{
color: #6B4420;
}
.AnyTagClassName
{
color: #6B4420;
}
</style>
background-color css
<style>
a { background-color: #6B4420; }
a { background-color: rgb(107,68,32); }
div.DivClassName
{
background-color: #6B4420;
}
.BgClassName
{
background-color: #6B4420;
}
</style>
border-color css
<style>
span { border-color: #6B4420; }
span { border-color: rgb(107,68,32); }
td.TdClassName
{
border-color: #6B4420;
}
.TagClassName
{
border-color: #6B4420;
}
</style>