Shades of Yellow Metal #6F5E41
Tints of Yellow Metal #6F5E41
RGB
CMYK
RGB Variations
Color information
#6F5E41 (or 0x6F5E41) is known color: Yellow Metal. HEX triplet: 6F, 5E and 41. RGB value is (111,94,65). Sum of RGB (Red+Green+Blue) = 111+94+65=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E41 is #90A1BE. Grayscale: #5F5F5F. Windows color (decimal): -9478591 or 4284015. OLE color: 4284015.
HSL color Cylindrical-coordinate representation of color #6F5E41: hue angle of 37.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F5E41 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 65 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.56 |
| HSL | 37.83º | 0.26% | 0.35% | - |
| HSV(B) | 37.83º | 0.41% | 0.44% | - |
| XYZ | 11.51 | 11.77 | 6.67 | - |
| YUV | 95.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 65 | 0 | 0.15 | 0.41 | 0.56 | 37.83 | 0.26 | 0.35 |
| Hex | 6F | 5E | 41 | 0 | F | 29 | 38 | 26 | 1A | 23 |
| Octal | 157 | 136 | 101 | 0 | 17 | 51 | 70 | 46 | 32 | 43 |
| Binary | 1101111 | 1011110 | 1000001 | 0 | 1111 | 101001 | 111000 | 100110 | 11010 | 100011 |
Color Harmonies of #6F5E41
Complementary color
Monochromatic Colors of #6F5E41
Black with #6F5E41
Text Example
Text Example
White with #6F5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E41; }
p { color: rgb(111,94,65); }
H1.HeaderClassName
{
color: #6F5E41;
}
.AnyTagClassName
{
color: #6F5E41;
}
</style>
background-color css
<style>
a { background-color: #6F5E41; }
a { background-color: rgb(111,94,65); }
div.DivClassName
{
background-color: #6F5E41;
}
.BgClassName
{
background-color: #6F5E41;
}
</style>
border-color css
<style>
span { border-color: #6F5E41; }
span { border-color: rgb(111,94,65); }
td.TdClassName
{
border-color: #6F5E41;
}
.TagClassName
{
border-color: #6F5E41;
}
</style>