Shades of Antique Brass #6D4321
Tints of Antique Brass #6D4321
RGB
CMYK
RGB Variations
Color information
#6D4321 (or 0x6D4321) is known color: Antique Brass. HEX triplet: 6D, 43 and 21. RGB value is (109,67,33). Sum of RGB (Red+Green+Blue) = 109+67+33=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4321 is #92BCDE. Grayscale: #4B4B4B. Windows color (decimal): -9616607 or 2179949. OLE color: 2179949.
HSL color Cylindrical-coordinate representation of color #6D4321: hue angle of 26.84º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4321 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 33 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.57 |
| HSL | 26.84º | 0.54% | 0.28% | - |
| HSV(B) | 26.84º | 0.7% | 0.43% | - |
| XYZ | 8.59 | 7.38 | 2.41 | - |
| YUV | 75.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 33 | 0 | 0.39 | 0.70 | 0.57 | 26.84 | 0.54 | 0.28 |
| Hex | 6D | 43 | 21 | 0 | 27 | 46 | 39 | 1B | 36 | 1C |
| Octal | 155 | 103 | 41 | 0 | 47 | 106 | 71 | 33 | 66 | 34 |
| Binary | 1101101 | 1000011 | 100001 | 0 | 100111 | 1000110 | 111001 | 11011 | 110110 | 11100 |
Color Harmonies of #6D4321
Complementary color
Monochromatic Colors of #6D4321
Black with #6D4321
Text Example
Text Example
White with #6D4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4321; }
p { color: rgb(109,67,33); }
H1.HeaderClassName
{
color: #6D4321;
}
.AnyTagClassName
{
color: #6D4321;
}
</style>
background-color css
<style>
a { background-color: #6D4321; }
a { background-color: rgb(109,67,33); }
div.DivClassName
{
background-color: #6D4321;
}
.BgClassName
{
background-color: #6D4321;
}
</style>
border-color css
<style>
span { border-color: #6D4321; }
span { border-color: rgb(109,67,33); }
td.TdClassName
{
border-color: #6D4321;
}
.TagClassName
{
border-color: #6D4321;
}
</style>