Shades of Yellow Metal #766D3D
Tints of Yellow Metal #766D3D
RGB
CMYK
RGB Variations
Color information
#766D3D (or 0x766D3D) is known color: Yellow Metal. HEX triplet: 76, 6D and 3D. RGB value is (118,109,61). Sum of RGB (Red+Green+Blue) = 118+109+61=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3D is #8992C2. Grayscale: #6A6A6A. Windows color (decimal): -9016003 or 4025718. OLE color: 4025718.
HSL color Cylindrical-coordinate representation of color #766D3D: hue angle of 50.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766D3D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 61 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.54 |
| HSL | 50.53º | 0.32% | 0.35% | - |
| HSV(B) | 50.53º | 0.48% | 0.46% | - |
| XYZ | 13.78 | 15.13 | 6.61 | - |
| YUV | 106.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 61 | 0 | 0.08 | 0.48 | 0.54 | 50.53 | 0.32 | 0.35 |
| Hex | 76 | 6D | 3D | 0 | 8 | 30 | 36 | 33 | 20 | 23 |
| Octal | 166 | 155 | 75 | 0 | 10 | 60 | 66 | 63 | 40 | 43 |
| Binary | 1110110 | 1101101 | 111101 | 0 | 1000 | 110000 | 110110 | 110011 | 100000 | 100011 |
Color Harmonies of #766D3D
Complementary color
Monochromatic Colors of #766D3D
Black with #766D3D
Text Example
Text Example
White with #766D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D3D; }
p { color: rgb(118,109,61); }
H1.HeaderClassName
{
color: #766D3D;
}
.AnyTagClassName
{
color: #766D3D;
}
</style>
background-color css
<style>
a { background-color: #766D3D; }
a { background-color: rgb(118,109,61); }
div.DivClassName
{
background-color: #766D3D;
}
.BgClassName
{
background-color: #766D3D;
}
</style>
border-color css
<style>
span { border-color: #766D3D; }
span { border-color: rgb(118,109,61); }
td.TdClassName
{
border-color: #766D3D;
}
.TagClassName
{
border-color: #766D3D;
}
</style>