Shades of Yellow Metal #6F6040
Tints of Yellow Metal #6F6040
RGB
CMYK
RGB Variations
Color information
#6F6040 (or 0x6F6040) is known color: Yellow Metal. HEX triplet: 6F, 60 and 40. RGB value is (111,96,64). Sum of RGB (Red+Green+Blue) = 111+96+64=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6040 is #909FBF. Grayscale: #606060. Windows color (decimal): -9478080 or 4218991. OLE color: 4218991.
HSL color Cylindrical-coordinate representation of color #6F6040: hue angle of 40.85º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F6040 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 64 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.56 |
| HSL | 40.85º | 0.27% | 0.34% | - |
| HSV(B) | 40.85º | 0.42% | 0.44% | - |
| XYZ | 11.66 | 12.12 | 6.57 | - |
| YUV | 96.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 64 | 0 | 0.14 | 0.42 | 0.56 | 40.85 | 0.27 | 0.34 |
| Hex | 6F | 60 | 40 | 0 | E | 2A | 38 | 29 | 1B | 22 |
| Octal | 157 | 140 | 100 | 0 | 16 | 52 | 70 | 51 | 33 | 42 |
| Binary | 1101111 | 1100000 | 1000000 | 0 | 1110 | 101010 | 111000 | 101001 | 11011 | 100010 |
Color Harmonies of #6F6040
Complementary color
Monochromatic Colors of #6F6040
Black with #6F6040
Text Example
Text Example
White with #6F6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6040; }
p { color: rgb(111,96,64); }
H1.HeaderClassName
{
color: #6F6040;
}
.AnyTagClassName
{
color: #6F6040;
}
</style>
background-color css
<style>
a { background-color: #6F6040; }
a { background-color: rgb(111,96,64); }
div.DivClassName
{
background-color: #6F6040;
}
.BgClassName
{
background-color: #6F6040;
}
</style>
border-color css
<style>
span { border-color: #6F6040; }
span { border-color: rgb(111,96,64); }
td.TdClassName
{
border-color: #6F6040;
}
.TagClassName
{
border-color: #6F6040;
}
</style>