Shades of Yellow Metal #6F5F37
Tints of Yellow Metal #6F5F37
RGB
CMYK
RGB Variations
Color information
#6F5F37 (or 0x6F5F37) is known color: Yellow Metal. HEX triplet: 6F, 5F and 37. RGB value is (111,95,55). Sum of RGB (Red+Green+Blue) = 111+95+55=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F37 is #90A0C8. Grayscale: #5F5F5F. Windows color (decimal): -9478345 or 3628911. OLE color: 3628911.
HSL color Cylindrical-coordinate representation of color #6F5F37: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5F37 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 55 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.56 |
| HSL | 42.86º | 0.34% | 0.33% | - |
| HSV(B) | 42.86º | 0.5% | 0.44% | - |
| XYZ | 11.34 | 11.84 | 5.3 | - |
| YUV | 95.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 55 | 0 | 0.14 | 0.50 | 0.56 | 42.86 | 0.34 | 0.33 |
| Hex | 6F | 5F | 37 | 0 | E | 32 | 38 | 2B | 22 | 21 |
| Octal | 157 | 137 | 67 | 0 | 16 | 62 | 70 | 53 | 42 | 41 |
| Binary | 1101111 | 1011111 | 110111 | 0 | 1110 | 110010 | 111000 | 101011 | 100010 | 100001 |
Color Harmonies of #6F5F37
Complementary color
Monochromatic Colors of #6F5F37
Black with #6F5F37
Text Example
Text Example
White with #6F5F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F37; }
p { color: rgb(111,95,55); }
H1.HeaderClassName
{
color: #6F5F37;
}
.AnyTagClassName
{
color: #6F5F37;
}
</style>
background-color css
<style>
a { background-color: #6F5F37; }
a { background-color: rgb(111,95,55); }
div.DivClassName
{
background-color: #6F5F37;
}
.BgClassName
{
background-color: #6F5F37;
}
</style>
border-color css
<style>
span { border-color: #6F5F37; }
span { border-color: rgb(111,95,55); }
td.TdClassName
{
border-color: #6F5F37;
}
.TagClassName
{
border-color: #6F5F37;
}
</style>