Shades of Yellow Metal #685E40
Tints of Yellow Metal #685E40
RGB
CMYK
RGB Variations
Color information
#685E40 (or 0x685E40) is known color: Yellow Metal. HEX triplet: 68, 5E and 40. RGB value is (104,94,64). Sum of RGB (Red+Green+Blue) = 104+94+64=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #685E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E40 is #97A1BF. Grayscale: #5D5D5D. Windows color (decimal): -9937344 or 4218472. OLE color: 4218472.
HSL color Cylindrical-coordinate representation of color #685E40: hue angle of 45º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685E40 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 64 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.59 |
| HSL | 45º | 0.24% | 0.33% | - |
| HSV(B) | 45º | 0.38% | 0.41% | - |
| XYZ | 10.64 | 11.32 | 6.47 | - |
| YUV | 93.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 64 | 0 | 0.10 | 0.38 | 0.59 | 45 | 0.24 | 0.33 |
| Hex | 68 | 5E | 40 | 0 | A | 26 | 3B | 2D | 18 | 21 |
| Octal | 150 | 136 | 100 | 0 | 12 | 46 | 73 | 55 | 30 | 41 |
| Binary | 1101000 | 1011110 | 1000000 | 0 | 1010 | 100110 | 111011 | 101101 | 11000 | 100001 |
Color Harmonies of #685E40
Complementary color
Monochromatic Colors of #685E40
Black with #685E40
Text Example
Text Example
White with #685E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E40; }
p { color: rgb(104,94,64); }
H1.HeaderClassName
{
color: #685E40;
}
.AnyTagClassName
{
color: #685E40;
}
</style>
background-color css
<style>
a { background-color: #685E40; }
a { background-color: rgb(104,94,64); }
div.DivClassName
{
background-color: #685E40;
}
.BgClassName
{
background-color: #685E40;
}
</style>
border-color css
<style>
span { border-color: #685E40; }
span { border-color: rgb(104,94,64); }
td.TdClassName
{
border-color: #685E40;
}
.TagClassName
{
border-color: #685E40;
}
</style>