Shades of Yellow Metal #76683A
Tints of Yellow Metal #76683A
RGB
CMYK
RGB Variations
Color information
#76683A (or 0x76683A) is known color: Yellow Metal. HEX triplet: 76, 68 and 3A. RGB value is (118,104,58). Sum of RGB (Red+Green+Blue) = 118+104+58=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76683A is #8997C5. Grayscale: #676767. Windows color (decimal): -9017286 or 3827830. OLE color: 3827830.
HSL color Cylindrical-coordinate representation of color #76683A: hue angle of 46º 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 #76683A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 58 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.54 |
| HSL | 46º | 0.34% | 0.35% | - |
| HSV(B) | 46º | 0.51% | 0.46% | - |
| XYZ | 13.19 | 14.06 | 6.02 | - |
| YUV | 102.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 58 | 0 | 0.12 | 0.51 | 0.54 | 46 | 0.34 | 0.35 |
| Hex | 76 | 68 | 3A | 0 | C | 33 | 36 | 2E | 22 | 23 |
| Octal | 166 | 150 | 72 | 0 | 14 | 63 | 66 | 56 | 42 | 43 |
| Binary | 1110110 | 1101000 | 111010 | 0 | 1100 | 110011 | 110110 | 101110 | 100010 | 100011 |
Color Harmonies of #76683A
Complementary color
Monochromatic Colors of #76683A
Black with #76683A
Text Example
Text Example
White with #76683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76683A; }
p { color: rgb(118,104,58); }
H1.HeaderClassName
{
color: #76683A;
}
.AnyTagClassName
{
color: #76683A;
}
</style>
background-color css
<style>
a { background-color: #76683A; }
a { background-color: rgb(118,104,58); }
div.DivClassName
{
background-color: #76683A;
}
.BgClassName
{
background-color: #76683A;
}
</style>
border-color css
<style>
span { border-color: #76683A; }
span { border-color: rgb(118,104,58); }
td.TdClassName
{
border-color: #76683A;
}
.TagClassName
{
border-color: #76683A;
}
</style>