Shades of Antique Brass #6B4118
Tints of Antique Brass #6B4118
RGB
CMYK
RGB Variations
Color information
#6B4118 (or 0x6B4118) is known color: Antique Brass. HEX triplet: 6B, 41 and 18. RGB value is (107,65,24). Sum of RGB (Red+Green+Blue) = 107+65+24=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4118 is #94BEE7. Grayscale: #494949. Windows color (decimal): -9748200 or 1589611. OLE color: 1589611.
HSL color Cylindrical-coordinate representation of color #6B4118: hue angle of 29.64º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B4118 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 24 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.58 |
| HSL | 29.64º | 0.63% | 0.26% | - |
| HSV(B) | 29.64º | 0.78% | 0.42% | - |
| XYZ | 8.12 | 6.97 | 1.78 | - |
| YUV | 72.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 24 | 0 | 0.39 | 0.78 | 0.58 | 29.64 | 0.63 | 0.26 |
| Hex | 6B | 41 | 18 | 0 | 27 | 4E | 3A | 1E | 3F | 1A |
| Octal | 153 | 101 | 30 | 0 | 47 | 116 | 72 | 36 | 77 | 32 |
| Binary | 1101011 | 1000001 | 11000 | 0 | 100111 | 1001110 | 111010 | 11110 | 111111 | 11010 |
Color Harmonies of #6B4118
Complementary color
Monochromatic Colors of #6B4118
Black with #6B4118
Text Example
Text Example
White with #6B4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4118; }
p { color: rgb(107,65,24); }
H1.HeaderClassName
{
color: #6B4118;
}
.AnyTagClassName
{
color: #6B4118;
}
</style>
background-color css
<style>
a { background-color: #6B4118; }
a { background-color: rgb(107,65,24); }
div.DivClassName
{
background-color: #6B4118;
}
.BgClassName
{
background-color: #6B4118;
}
</style>
border-color css
<style>
span { border-color: #6B4118; }
span { border-color: rgb(107,65,24); }
td.TdClassName
{
border-color: #6B4118;
}
.TagClassName
{
border-color: #6B4118;
}
</style>