Shades of Yellow Metal #685A3F
Tints of Yellow Metal #685A3F
RGB
CMYK
RGB Variations
Color information
#685A3F (or 0x685A3F) is known color: Yellow Metal. HEX triplet: 68, 5A and 3F. RGB value is (104,90,63). Sum of RGB (Red+Green+Blue) = 104+90+63=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A3F is #97A5C0. Grayscale: #5B5B5B. Windows color (decimal): -9938369 or 4151912. OLE color: 4151912.
HSL color Cylindrical-coordinate representation of color #685A3F: hue angle of 39.51º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685A3F is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 63 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.59 |
| HSL | 39.51º | 0.25% | 0.33% | - |
| HSV(B) | 39.51º | 0.39% | 0.41% | - |
| XYZ | 10.26 | 10.61 | 6.21 | - |
| YUV | 91.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 63 | 0 | 0.13 | 0.39 | 0.59 | 39.51 | 0.25 | 0.33 |
| Hex | 68 | 5A | 3F | 0 | D | 27 | 3B | 28 | 19 | 21 |
| Octal | 150 | 132 | 77 | 0 | 15 | 47 | 73 | 50 | 31 | 41 |
| Binary | 1101000 | 1011010 | 111111 | 0 | 1101 | 100111 | 111011 | 101000 | 11001 | 100001 |
Color Harmonies of #685A3F
Complementary color
Monochromatic Colors of #685A3F
Black with #685A3F
Text Example
Text Example
White with #685A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A3F; }
p { color: rgb(104,90,63); }
H1.HeaderClassName
{
color: #685A3F;
}
.AnyTagClassName
{
color: #685A3F;
}
</style>
background-color css
<style>
a { background-color: #685A3F; }
a { background-color: rgb(104,90,63); }
div.DivClassName
{
background-color: #685A3F;
}
.BgClassName
{
background-color: #685A3F;
}
</style>
border-color css
<style>
span { border-color: #685A3F; }
span { border-color: rgb(104,90,63); }
td.TdClassName
{
border-color: #685A3F;
}
.TagClassName
{
border-color: #685A3F;
}
</style>