Shades of Antique Brass #6B4319
Tints of Antique Brass #6B4319
RGB
CMYK
RGB Variations
Color information
#6B4319 (or 0x6B4319) is known color: Antique Brass. HEX triplet: 6B, 43 and 19. RGB value is (107,67,25). Sum of RGB (Red+Green+Blue) = 107+67+25=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4319 is #94BCE6. Grayscale: #4A4A4A. Windows color (decimal): -9747687 or 1655659. OLE color: 1655659.
HSL color Cylindrical-coordinate representation of color #6B4319: hue angle of 30.73º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B4319 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 25 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.58 |
| HSL | 30.73º | 0.62% | 0.26% | - |
| HSV(B) | 30.73º | 0.77% | 0.42% | - |
| XYZ | 8.25 | 7.21 | 1.88 | - |
| YUV | 74.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 25 | 0 | 0.37 | 0.77 | 0.58 | 30.73 | 0.62 | 0.26 |
| Hex | 6B | 43 | 19 | 0 | 25 | 4D | 3A | 1F | 3E | 1A |
| Octal | 153 | 103 | 31 | 0 | 45 | 115 | 72 | 37 | 76 | 32 |
| Binary | 1101011 | 1000011 | 11001 | 0 | 100101 | 1001101 | 111010 | 11111 | 111110 | 11010 |
Color Harmonies of #6B4319
Complementary color
Monochromatic Colors of #6B4319
Black with #6B4319
Text Example
Text Example
White with #6B4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4319; }
p { color: rgb(107,67,25); }
H1.HeaderClassName
{
color: #6B4319;
}
.AnyTagClassName
{
color: #6B4319;
}
</style>
background-color css
<style>
a { background-color: #6B4319; }
a { background-color: rgb(107,67,25); }
div.DivClassName
{
background-color: #6B4319;
}
.BgClassName
{
background-color: #6B4319;
}
</style>
border-color css
<style>
span { border-color: #6B4319; }
span { border-color: rgb(107,67,25); }
td.TdClassName
{
border-color: #6B4319;
}
.TagClassName
{
border-color: #6B4319;
}
</style>