Shades of Yellow Metal #76663D
Tints of Yellow Metal #76663D
RGB
CMYK
RGB Variations
Color information
#76663D (or 0x76663D) is known color: Yellow Metal. HEX triplet: 76, 66 and 3D. RGB value is (118,102,61). Sum of RGB (Red+Green+Blue) = 118+102+61=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76663D is #8999C2. Grayscale: #666666. Windows color (decimal): -9017795 or 4023926. OLE color: 4023926.
HSL color Cylindrical-coordinate representation of color #76663D: hue angle of 43.16º 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 #76663D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 61 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.54 |
| HSL | 43.16º | 0.32% | 0.35% | - |
| HSV(B) | 43.16º | 0.48% | 0.46% | - |
| XYZ | 13.06 | 13.69 | 6.37 | - |
| YUV | 102.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 61 | 0 | 0.14 | 0.48 | 0.54 | 43.16 | 0.32 | 0.35 |
| Hex | 76 | 66 | 3D | 0 | E | 30 | 36 | 2B | 20 | 23 |
| Octal | 166 | 146 | 75 | 0 | 16 | 60 | 66 | 53 | 40 | 43 |
| Binary | 1110110 | 1100110 | 111101 | 0 | 1110 | 110000 | 110110 | 101011 | 100000 | 100011 |
Color Harmonies of #76663D
Complementary color
Monochromatic Colors of #76663D
Black with #76663D
Text Example
Text Example
White with #76663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76663D; }
p { color: rgb(118,102,61); }
H1.HeaderClassName
{
color: #76663D;
}
.AnyTagClassName
{
color: #76663D;
}
</style>
background-color css
<style>
a { background-color: #76663D; }
a { background-color: rgb(118,102,61); }
div.DivClassName
{
background-color: #76663D;
}
.BgClassName
{
background-color: #76663D;
}
</style>
border-color css
<style>
span { border-color: #76663D; }
span { border-color: rgb(118,102,61); }
td.TdClassName
{
border-color: #76663D;
}
.TagClassName
{
border-color: #76663D;
}
</style>