Shades of Antique Brass #6B431B
Tints of Antique Brass #6B431B
RGB
CMYK
RGB Variations
Color information
#6B431B (or 0x6B431B) is known color: Antique Brass. HEX triplet: 6B, 43 and 1B. RGB value is (107,67,27). Sum of RGB (Red+Green+Blue) = 107+67+27=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B431B is #94BCE4. Grayscale: #4A4A4A. Windows color (decimal): -9747685 or 1786731. OLE color: 1786731.
HSL color Cylindrical-coordinate representation of color #6B431B: hue angle of 30º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B431B is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 27 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.58 |
| HSL | 30º | 0.6% | 0.26% | - |
| HSV(B) | 30º | 0.75% | 0.42% | - |
| XYZ | 8.27 | 7.22 | 1.99 | - |
| YUV | 74.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 27 | 0 | 0.37 | 0.75 | 0.58 | 30 | 0.6 | 0.26 |
| Hex | 6B | 43 | 1B | 0 | 25 | 4B | 3A | 1E | 3C | 1A |
| Octal | 153 | 103 | 33 | 0 | 45 | 113 | 72 | 36 | 74 | 32 |
| Binary | 1101011 | 1000011 | 11011 | 0 | 100101 | 1001011 | 111010 | 11110 | 111100 | 11010 |
Color Harmonies of #6B431B
Complementary color
Monochromatic Colors of #6B431B
Black with #6B431B
Text Example
Text Example
White with #6B431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B431B; }
p { color: rgb(107,67,27); }
H1.HeaderClassName
{
color: #6B431B;
}
.AnyTagClassName
{
color: #6B431B;
}
</style>
background-color css
<style>
a { background-color: #6B431B; }
a { background-color: rgb(107,67,27); }
div.DivClassName
{
background-color: #6B431B;
}
.BgClassName
{
background-color: #6B431B;
}
</style>
border-color css
<style>
span { border-color: #6B431B; }
span { border-color: rgb(107,67,27); }
td.TdClassName
{
border-color: #6B431B;
}
.TagClassName
{
border-color: #6B431B;
}
</style>