Shades of Yellow Metal #7F6639
Tints of Yellow Metal #7F6639
RGB
CMYK
RGB Variations
Color information
#7F6639 (or 0x7F6639) is known color: Yellow Metal. HEX triplet: 7F, 66 and 39. RGB value is (127,102,57). Sum of RGB (Red+Green+Blue) = 127+102+57=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6639 is #8099C6. Grayscale: #686868. Windows color (decimal): -8427975 or 3761791. OLE color: 3761791.
HSL color Cylindrical-coordinate representation of color #7F6639: hue angle of 38.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F6639 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 102 | 57 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.50 |
| HSL | 38.57º | 0.38% | 0.36% | - |
| HSV(B) | 38.57º | 0.55% | 0.5% | - |
| XYZ | 14.24 | 14.31 | 5.88 | - |
| YUV | 104.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 57 | 0 | 0.20 | 0.55 | 0.50 | 38.57 | 0.38 | 0.36 |
| Hex | 7F | 66 | 39 | 0 | 14 | 37 | 32 | 27 | 26 | 24 |
| Octal | 177 | 146 | 71 | 0 | 24 | 67 | 62 | 47 | 46 | 44 |
| Binary | 1111111 | 1100110 | 111001 | 0 | 10100 | 110111 | 110010 | 100111 | 100110 | 100100 |
Color Harmonies of #7F6639
Complementary color
Monochromatic Colors of #7F6639
Black with #7F6639
Text Example
Text Example
White with #7F6639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6639; }
p { color: rgb(127,102,57); }
H1.HeaderClassName
{
color: #7F6639;
}
.AnyTagClassName
{
color: #7F6639;
}
</style>
background-color css
<style>
a { background-color: #7F6639; }
a { background-color: rgb(127,102,57); }
div.DivClassName
{
background-color: #7F6639;
}
.BgClassName
{
background-color: #7F6639;
}
</style>
border-color css
<style>
span { border-color: #7F6639; }
span { border-color: rgb(127,102,57); }
td.TdClassName
{
border-color: #7F6639;
}
.TagClassName
{
border-color: #7F6639;
}
</style>