Shades of Yellow Metal #76643A
Tints of Yellow Metal #76643A
RGB
CMYK
RGB Variations
Color information
#76643A (or 0x76643A) is known color: Yellow Metal. HEX triplet: 76, 64 and 3A. RGB value is (118,100,58). Sum of RGB (Red+Green+Blue) = 118+100+58=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76643A is #899BC5. Grayscale: #646464. Windows color (decimal): -9018310 or 3826806. OLE color: 3826806.
HSL color Cylindrical-coordinate representation of color #76643A: hue angle of 42º 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 #76643A is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 58 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.54 |
| HSL | 42º | 0.34% | 0.35% | - |
| HSV(B) | 42º | 0.51% | 0.46% | - |
| XYZ | 12.79 | 13.27 | 5.89 | - |
| YUV | 100.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 58 | 0 | 0.15 | 0.51 | 0.54 | 42 | 0.34 | 0.35 |
| Hex | 76 | 64 | 3A | 0 | F | 33 | 36 | 2A | 22 | 23 |
| Octal | 166 | 144 | 72 | 0 | 17 | 63 | 66 | 52 | 42 | 43 |
| Binary | 1110110 | 1100100 | 111010 | 0 | 1111 | 110011 | 110110 | 101010 | 100010 | 100011 |
Color Harmonies of #76643A
Complementary color
Monochromatic Colors of #76643A
Black with #76643A
Text Example
Text Example
White with #76643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76643A; }
p { color: rgb(118,100,58); }
H1.HeaderClassName
{
color: #76643A;
}
.AnyTagClassName
{
color: #76643A;
}
</style>
background-color css
<style>
a { background-color: #76643A; }
a { background-color: rgb(118,100,58); }
div.DivClassName
{
background-color: #76643A;
}
.BgClassName
{
background-color: #76643A;
}
</style>
border-color css
<style>
span { border-color: #76643A; }
span { border-color: rgb(118,100,58); }
td.TdClassName
{
border-color: #76643A;
}
.TagClassName
{
border-color: #76643A;
}
</style>