Shades of Antique Brass #6B421F
Tints of Antique Brass #6B421F
RGB
CMYK
RGB Variations
Color information
#6B421F (or 0x6B421F) is known color: Antique Brass. HEX triplet: 6B, 42 and 1F. RGB value is (107,66,31). Sum of RGB (Red+Green+Blue) = 107+66+31=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B421F is #94BDE0. Grayscale: #4A4A4A. Windows color (decimal): -9747937 or 2048619. OLE color: 2048619.
HSL color Cylindrical-coordinate representation of color #6B421F: hue angle of 27.63º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B421F is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 31 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.58 |
| HSL | 27.63º | 0.55% | 0.27% | - |
| HSV(B) | 27.63º | 0.71% | 0.42% | - |
| XYZ | 8.26 | 7.12 | 2.24 | - |
| YUV | 74.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 31 | 0 | 0.38 | 0.71 | 0.58 | 27.63 | 0.55 | 0.27 |
| Hex | 6B | 42 | 1F | 0 | 26 | 47 | 3A | 1C | 37 | 1B |
| Octal | 153 | 102 | 37 | 0 | 46 | 107 | 72 | 34 | 67 | 33 |
| Binary | 1101011 | 1000010 | 11111 | 0 | 100110 | 1000111 | 111010 | 11100 | 110111 | 11011 |
Color Harmonies of #6B421F
Complementary color
Monochromatic Colors of #6B421F
Black with #6B421F
Text Example
Text Example
White with #6B421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B421F; }
p { color: rgb(107,66,31); }
H1.HeaderClassName
{
color: #6B421F;
}
.AnyTagClassName
{
color: #6B421F;
}
</style>
background-color css
<style>
a { background-color: #6B421F; }
a { background-color: rgb(107,66,31); }
div.DivClassName
{
background-color: #6B421F;
}
.BgClassName
{
background-color: #6B421F;
}
</style>
border-color css
<style>
span { border-color: #6B421F; }
span { border-color: rgb(107,66,31); }
td.TdClassName
{
border-color: #6B421F;
}
.TagClassName
{
border-color: #6B421F;
}
</style>