Shades of Antique Brass #6F4417
Tints of Antique Brass #6F4417
RGB
CMYK
RGB Variations
Color information
#6F4417 (or 0x6F4417) is known color: Antique Brass. HEX triplet: 6F, 44 and 17. RGB value is (111,68,23). Sum of RGB (Red+Green+Blue) = 111+68+23=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4417 is #90BBE8. Grayscale: #4B4B4B. Windows color (decimal): -9485289 or 1524847. OLE color: 1524847.
HSL color Cylindrical-coordinate representation of color #6F4417: hue angle of 30.68º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F4417 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 23 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.56 |
| HSL | 30.68º | 0.66% | 0.26% | - |
| HSV(B) | 30.68º | 0.79% | 0.44% | - |
| XYZ | 8.78 | 7.58 | 1.81 | - |
| YUV | 75.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 23 | 0 | 0.39 | 0.79 | 0.56 | 30.68 | 0.66 | 0.26 |
| Hex | 6F | 44 | 17 | 0 | 27 | 4F | 38 | 1F | 42 | 1A |
| Octal | 157 | 104 | 27 | 0 | 47 | 117 | 70 | 37 | 102 | 32 |
| Binary | 1101111 | 1000100 | 10111 | 0 | 100111 | 1001111 | 111000 | 11111 | 1000010 | 11010 |
Color Harmonies of #6F4417
Complementary color
Monochromatic Colors of #6F4417
Black with #6F4417
Text Example
Text Example
White with #6F4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4417; }
p { color: rgb(111,68,23); }
H1.HeaderClassName
{
color: #6F4417;
}
.AnyTagClassName
{
color: #6F4417;
}
</style>
background-color css
<style>
a { background-color: #6F4417; }
a { background-color: rgb(111,68,23); }
div.DivClassName
{
background-color: #6F4417;
}
.BgClassName
{
background-color: #6F4417;
}
</style>
border-color css
<style>
span { border-color: #6F4417; }
span { border-color: rgb(111,68,23); }
td.TdClassName
{
border-color: #6F4417;
}
.TagClassName
{
border-color: #6F4417;
}
</style>