Shades of Yellow Metal #76673C
Tints of Yellow Metal #76673C
RGB
CMYK
RGB Variations
Color information
#76673C (or 0x76673C) is known color: Yellow Metal. HEX triplet: 76, 67 and 3C. RGB value is (118,103,60). Sum of RGB (Red+Green+Blue) = 118+103+60=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673C is #8998C3. Grayscale: #666666. Windows color (decimal): -9017540 or 3958646. OLE color: 3958646.
HSL color Cylindrical-coordinate representation of color #76673C: hue angle of 44.48º 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 #76673C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 60 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.54 |
| HSL | 44.48º | 0.33% | 0.35% | - |
| HSV(B) | 44.48º | 0.49% | 0.46% | - |
| XYZ | 13.14 | 13.88 | 6.26 | - |
| YUV | 102.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 60 | 0 | 0.13 | 0.49 | 0.54 | 44.48 | 0.33 | 0.35 |
| Hex | 76 | 67 | 3C | 0 | D | 31 | 36 | 2C | 21 | 23 |
| Octal | 166 | 147 | 74 | 0 | 15 | 61 | 66 | 54 | 41 | 43 |
| Binary | 1110110 | 1100111 | 111100 | 0 | 1101 | 110001 | 110110 | 101100 | 100001 | 100011 |
Color Harmonies of #76673C
Complementary color
Monochromatic Colors of #76673C
Black with #76673C
Text Example
Text Example
White with #76673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76673C; }
p { color: rgb(118,103,60); }
H1.HeaderClassName
{
color: #76673C;
}
.AnyTagClassName
{
color: #76673C;
}
</style>
background-color css
<style>
a { background-color: #76673C; }
a { background-color: rgb(118,103,60); }
div.DivClassName
{
background-color: #76673C;
}
.BgClassName
{
background-color: #76673C;
}
</style>
border-color css
<style>
span { border-color: #76673C; }
span { border-color: rgb(118,103,60); }
td.TdClassName
{
border-color: #76673C;
}
.TagClassName
{
border-color: #76673C;
}
</style>