Shades of Yellow Metal #7F6B41
Tints of Yellow Metal #7F6B41
RGB
CMYK
RGB Variations
Color information
#7F6B41 (or 0x7F6B41) is known color: Yellow Metal. HEX triplet: 7F, 6B and 41. RGB value is (127,107,65). Sum of RGB (Red+Green+Blue) = 127+107+65=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6B41 is #8094BE. Grayscale: #6C6C6C. Windows color (decimal): -8426687 or 4287359. OLE color: 4287359.
HSL color Cylindrical-coordinate representation of color #7F6B41: hue angle of 40.65º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F6B41 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 65 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.50 |
| HSL | 40.65º | 0.32% | 0.38% | - |
| HSV(B) | 40.65º | 0.49% | 0.5% | - |
| XYZ | 14.96 | 15.41 | 7.19 | - |
| YUV | 108.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 65 | 0 | 0.16 | 0.49 | 0.50 | 40.65 | 0.32 | 0.38 |
| Hex | 7F | 6B | 41 | 0 | 10 | 31 | 32 | 29 | 20 | 26 |
| Octal | 177 | 153 | 101 | 0 | 20 | 61 | 62 | 51 | 40 | 46 |
| Binary | 1111111 | 1101011 | 1000001 | 0 | 10000 | 110001 | 110010 | 101001 | 100000 | 100110 |
Color Harmonies of #7F6B41
Complementary color
Monochromatic Colors of #7F6B41
Black with #7F6B41
Text Example
Text Example
White with #7F6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B41; }
p { color: rgb(127,107,65); }
H1.HeaderClassName
{
color: #7F6B41;
}
.AnyTagClassName
{
color: #7F6B41;
}
</style>
background-color css
<style>
a { background-color: #7F6B41; }
a { background-color: rgb(127,107,65); }
div.DivClassName
{
background-color: #7F6B41;
}
.BgClassName
{
background-color: #7F6B41;
}
</style>
border-color css
<style>
span { border-color: #7F6B41; }
span { border-color: rgb(127,107,65); }
td.TdClassName
{
border-color: #7F6B41;
}
.TagClassName
{
border-color: #7F6B41;
}
</style>