Shades of Yellow Metal #766B40
Tints of Yellow Metal #766B40
RGB
CMYK
RGB Variations
Color information
#766B40 (or 0x766B40) is known color: Yellow Metal. HEX triplet: 76, 6B and 40. RGB value is (118,107,64). Sum of RGB (Red+Green+Blue) = 118+107+64=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B40 is #8994BF. Grayscale: #696969. Windows color (decimal): -9016512 or 4221814. OLE color: 4221814.
HSL color Cylindrical-coordinate representation of color #766B40: hue angle of 47.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766B40 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 64 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.54 |
| HSL | 47.78º | 0.3% | 0.36% | - |
| HSV(B) | 47.78º | 0.46% | 0.46% | - |
| XYZ | 13.65 | 14.74 | 6.98 | - |
| YUV | 105.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 64 | 0 | 0.09 | 0.46 | 0.54 | 47.78 | 0.3 | 0.36 |
| Hex | 76 | 6B | 40 | 0 | 9 | 2E | 36 | 30 | 1E | 24 |
| Octal | 166 | 153 | 100 | 0 | 11 | 56 | 66 | 60 | 36 | 44 |
| Binary | 1110110 | 1101011 | 1000000 | 0 | 1001 | 101110 | 110110 | 110000 | 11110 | 100100 |
Color Harmonies of #766B40
Complementary color
Monochromatic Colors of #766B40
Black with #766B40
Text Example
Text Example
White with #766B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B40; }
p { color: rgb(118,107,64); }
H1.HeaderClassName
{
color: #766B40;
}
.AnyTagClassName
{
color: #766B40;
}
</style>
background-color css
<style>
a { background-color: #766B40; }
a { background-color: rgb(118,107,64); }
div.DivClassName
{
background-color: #766B40;
}
.BgClassName
{
background-color: #766B40;
}
</style>
border-color css
<style>
span { border-color: #766B40; }
span { border-color: rgb(118,107,64); }
td.TdClassName
{
border-color: #766B40;
}
.TagClassName
{
border-color: #766B40;
}
</style>