Shades of Yellow Metal #766B3A
Tints of Yellow Metal #766B3A
RGB
CMYK
RGB Variations
Color information
#766B3A (or 0x766B3A) is known color: Yellow Metal. HEX triplet: 76, 6B and 3A. RGB value is (118,107,58). Sum of RGB (Red+Green+Blue) = 118+107+58=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B3A is #8994C5. Grayscale: #686868. Windows color (decimal): -9016518 or 3828598. OLE color: 3828598.
HSL color Cylindrical-coordinate representation of color #766B3A: hue angle of 49º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766B3A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 58 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.54 |
| HSL | 49º | 0.34% | 0.35% | - |
| HSV(B) | 49º | 0.51% | 0.46% | - |
| XYZ | 13.49 | 14.67 | 6.12 | - |
| YUV | 104.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 58 | 0 | 0.09 | 0.51 | 0.54 | 49 | 0.34 | 0.35 |
| Hex | 76 | 6B | 3A | 0 | 9 | 33 | 36 | 31 | 22 | 23 |
| Octal | 166 | 153 | 72 | 0 | 11 | 63 | 66 | 61 | 42 | 43 |
| Binary | 1110110 | 1101011 | 111010 | 0 | 1001 | 110011 | 110110 | 110001 | 100010 | 100011 |
Color Harmonies of #766B3A
Complementary color
Monochromatic Colors of #766B3A
Black with #766B3A
Text Example
Text Example
White with #766B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B3A; }
p { color: rgb(118,107,58); }
H1.HeaderClassName
{
color: #766B3A;
}
.AnyTagClassName
{
color: #766B3A;
}
</style>
background-color css
<style>
a { background-color: #766B3A; }
a { background-color: rgb(118,107,58); }
div.DivClassName
{
background-color: #766B3A;
}
.BgClassName
{
background-color: #766B3A;
}
</style>
border-color css
<style>
span { border-color: #766B3A; }
span { border-color: rgb(118,107,58); }
td.TdClassName
{
border-color: #766B3A;
}
.TagClassName
{
border-color: #766B3A;
}
</style>