Shades of Antique Brass #6B3D13
Tints of Antique Brass #6B3D13
RGB
CMYK
RGB Variations
Color information
#6B3D13 (or 0x6B3D13) is known color: Antique Brass. HEX triplet: 6B, 3D and 13. RGB value is (107,61,19). Sum of RGB (Red+Green+Blue) = 107+61+19=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3D13 is #94C2EC. Grayscale: #464646. Windows color (decimal): -9749229 or 1260907. OLE color: 1260907.
HSL color Cylindrical-coordinate representation of color #6B3D13: hue angle of 28.64º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B3D13 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 19 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.58 |
| HSL | 28.64º | 0.7% | 0.25% | - |
| HSV(B) | 28.64º | 0.82% | 0.42% | - |
| XYZ | 7.85 | 6.51 | 1.46 | - |
| YUV | 69.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 19 | 0 | 0.43 | 0.82 | 0.58 | 28.64 | 0.7 | 0.25 |
| Hex | 6B | 3D | 13 | 0 | 2B | 52 | 3A | 1D | 46 | 19 |
| Octal | 153 | 75 | 23 | 0 | 53 | 122 | 72 | 35 | 106 | 31 |
| Binary | 1101011 | 111101 | 10011 | 0 | 101011 | 1010010 | 111010 | 11101 | 1000110 | 11001 |
Color Harmonies of #6B3D13
Complementary color
Monochromatic Colors of #6B3D13
Black with #6B3D13
Text Example
Text Example
White with #6B3D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D13; }
p { color: rgb(107,61,19); }
H1.HeaderClassName
{
color: #6B3D13;
}
.AnyTagClassName
{
color: #6B3D13;
}
</style>
background-color css
<style>
a { background-color: #6B3D13; }
a { background-color: rgb(107,61,19); }
div.DivClassName
{
background-color: #6B3D13;
}
.BgClassName
{
background-color: #6B3D13;
}
</style>
border-color css
<style>
span { border-color: #6B3D13; }
span { border-color: rgb(107,61,19); }
td.TdClassName
{
border-color: #6B3D13;
}
.TagClassName
{
border-color: #6B3D13;
}
</style>