Shades of Yellow Metal #685E42
Tints of Yellow Metal #685E42
RGB
CMYK
RGB Variations
Color information
#685E42 (or 0x685E42) is known color: Yellow Metal. HEX triplet: 68, 5E and 42. RGB value is (104,94,66). Sum of RGB (Red+Green+Blue) = 104+94+66=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #685E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E42 is #97A1BD. Grayscale: #5D5D5D. Windows color (decimal): -9937342 or 4349544. OLE color: 4349544.
HSL color Cylindrical-coordinate representation of color #685E42: hue angle of 44.21º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #685E42 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 66 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.59 |
| HSL | 44.21º | 0.22% | 0.33% | - |
| HSV(B) | 44.21º | 0.37% | 0.41% | - |
| XYZ | 10.69 | 11.34 | 6.78 | - |
| YUV | 93.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 66 | 0 | 0.10 | 0.37 | 0.59 | 44.21 | 0.22 | 0.33 |
| Hex | 68 | 5E | 42 | 0 | A | 25 | 3B | 2C | 16 | 21 |
| Octal | 150 | 136 | 102 | 0 | 12 | 45 | 73 | 54 | 26 | 41 |
| Binary | 1101000 | 1011110 | 1000010 | 0 | 1010 | 100101 | 111011 | 101100 | 10110 | 100001 |
Color Harmonies of #685E42
Complementary color
Monochromatic Colors of #685E42
Black with #685E42
Text Example
Text Example
White with #685E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E42; }
p { color: rgb(104,94,66); }
H1.HeaderClassName
{
color: #685E42;
}
.AnyTagClassName
{
color: #685E42;
}
</style>
background-color css
<style>
a { background-color: #685E42; }
a { background-color: rgb(104,94,66); }
div.DivClassName
{
background-color: #685E42;
}
.BgClassName
{
background-color: #685E42;
}
</style>
border-color css
<style>
span { border-color: #685E42; }
span { border-color: rgb(104,94,66); }
td.TdClassName
{
border-color: #685E42;
}
.TagClassName
{
border-color: #685E42;
}
</style>