Shades of Yellow Metal #6F6440
Tints of Yellow Metal #6F6440
RGB
CMYK
RGB Variations
Color information
#6F6440 (or 0x6F6440) is known color: Yellow Metal. HEX triplet: 6F, 64 and 40. RGB value is (111,100,64). Sum of RGB (Red+Green+Blue) = 111+100+64=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6440 is #909BBF. Grayscale: #636363. Windows color (decimal): -9477056 or 4220015. OLE color: 4220015.
HSL color Cylindrical-coordinate representation of color #6F6440: hue angle of 45.96º 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 #6F6440 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 64 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.56 |
| HSL | 45.96º | 0.27% | 0.34% | - |
| HSV(B) | 45.96º | 0.42% | 0.44% | - |
| XYZ | 12.04 | 12.86 | 6.7 | - |
| YUV | 99.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 64 | 0 | 0.10 | 0.42 | 0.56 | 45.96 | 0.27 | 0.34 |
| Hex | 6F | 64 | 40 | 0 | A | 2A | 38 | 2E | 1B | 22 |
| Octal | 157 | 144 | 100 | 0 | 12 | 52 | 70 | 56 | 33 | 42 |
| Binary | 1101111 | 1100100 | 1000000 | 0 | 1010 | 101010 | 111000 | 101110 | 11011 | 100010 |
Color Harmonies of #6F6440
Complementary color
Monochromatic Colors of #6F6440
Black with #6F6440
Text Example
Text Example
White with #6F6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6440; }
p { color: rgb(111,100,64); }
H1.HeaderClassName
{
color: #6F6440;
}
.AnyTagClassName
{
color: #6F6440;
}
</style>
background-color css
<style>
a { background-color: #6F6440; }
a { background-color: rgb(111,100,64); }
div.DivClassName
{
background-color: #6F6440;
}
.BgClassName
{
background-color: #6F6440;
}
</style>
border-color css
<style>
span { border-color: #6F6440; }
span { border-color: rgb(111,100,64); }
td.TdClassName
{
border-color: #6F6440;
}
.TagClassName
{
border-color: #6F6440;
}
</style>