Shades of Yellow Metal #76683C
Tints of Yellow Metal #76683C
RGB
CMYK
RGB Variations
Color information
#76683C (or 0x76683C) is known color: Yellow Metal. HEX triplet: 76, 68 and 3C. RGB value is (118,104,60). Sum of RGB (Red+Green+Blue) = 118+104+60=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76683C is #8997C3. Grayscale: #676767. Windows color (decimal): -9017284 or 3958902. OLE color: 3958902.
HSL color Cylindrical-coordinate representation of color #76683C: hue angle of 45.52º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76683C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 60 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.54 |
| HSL | 45.52º | 0.33% | 0.35% | - |
| HSV(B) | 45.52º | 0.49% | 0.46% | - |
| XYZ | 13.24 | 14.08 | 6.29 | - |
| YUV | 103.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 60 | 0 | 0.12 | 0.49 | 0.54 | 45.52 | 0.33 | 0.35 |
| Hex | 76 | 68 | 3C | 0 | C | 31 | 36 | 2E | 21 | 23 |
| Octal | 166 | 150 | 74 | 0 | 14 | 61 | 66 | 56 | 41 | 43 |
| Binary | 1110110 | 1101000 | 111100 | 0 | 1100 | 110001 | 110110 | 101110 | 100001 | 100011 |
Color Harmonies of #76683C
Complementary color
Monochromatic Colors of #76683C
Black with #76683C
Text Example
Text Example
White with #76683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76683C; }
p { color: rgb(118,104,60); }
H1.HeaderClassName
{
color: #76683C;
}
.AnyTagClassName
{
color: #76683C;
}
</style>
background-color css
<style>
a { background-color: #76683C; }
a { background-color: rgb(118,104,60); }
div.DivClassName
{
background-color: #76683C;
}
.BgClassName
{
background-color: #76683C;
}
</style>
border-color css
<style>
span { border-color: #76683C; }
span { border-color: rgb(118,104,60); }
td.TdClassName
{
border-color: #76683C;
}
.TagClassName
{
border-color: #76683C;
}
</style>