Shades of Yellow Metal #766539
Tints of Yellow Metal #766539
RGB
CMYK
RGB Variations
Color information
#766539 (or 0x766539) is known color: Yellow Metal. HEX triplet: 76, 65 and 39. RGB value is (118,101,57). Sum of RGB (Red+Green+Blue) = 118+101+57=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #766539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766539 is #899AC6. Grayscale: #656565. Windows color (decimal): -9018055 or 3761526. OLE color: 3761526.
HSL color Cylindrical-coordinate representation of color #766539: hue angle of 43.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766539 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 57 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.54 |
| HSL | 43.28º | 0.35% | 0.34% | - |
| HSV(B) | 43.28º | 0.52% | 0.46% | - |
| XYZ | 12.86 | 13.45 | 5.79 | - |
| YUV | 101.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 57 | 0 | 0.14 | 0.52 | 0.54 | 43.28 | 0.35 | 0.34 |
| Hex | 76 | 65 | 39 | 0 | E | 34 | 36 | 2B | 23 | 22 |
| Octal | 166 | 145 | 71 | 0 | 16 | 64 | 66 | 53 | 43 | 42 |
| Binary | 1110110 | 1100101 | 111001 | 0 | 1110 | 110100 | 110110 | 101011 | 100011 | 100010 |
Color Harmonies of #766539
Complementary color
Monochromatic Colors of #766539
Black with #766539
Text Example
Text Example
White with #766539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766539; }
p { color: rgb(118,101,57); }
H1.HeaderClassName
{
color: #766539;
}
.AnyTagClassName
{
color: #766539;
}
</style>
background-color css
<style>
a { background-color: #766539; }
a { background-color: rgb(118,101,57); }
div.DivClassName
{
background-color: #766539;
}
.BgClassName
{
background-color: #766539;
}
</style>
border-color css
<style>
span { border-color: #766539; }
span { border-color: rgb(118,101,57); }
td.TdClassName
{
border-color: #766539;
}
.TagClassName
{
border-color: #766539;
}
</style>