Shades of Yellow Metal #685B3E
Tints of Yellow Metal #685B3E
RGB
CMYK
RGB Variations
Color information
#685B3E (or 0x685B3E) is known color: Yellow Metal. HEX triplet: 68, 5B and 3E. RGB value is (104,91,62). Sum of RGB (Red+Green+Blue) = 104+91+62=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B3E is #97A4C1. Grayscale: #5B5B5B. Windows color (decimal): -9938114 or 4086632. OLE color: 4086632.
HSL color Cylindrical-coordinate representation of color #685B3E: hue angle of 41.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #685B3E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 62 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.59 |
| HSL | 41.43º | 0.25% | 0.33% | - |
| HSV(B) | 41.43º | 0.4% | 0.41% | - |
| XYZ | 10.32 | 10.77 | 6.09 | - |
| YUV | 91.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 62 | 0 | 0.12 | 0.40 | 0.59 | 41.43 | 0.25 | 0.33 |
| Hex | 68 | 5B | 3E | 0 | C | 28 | 3B | 29 | 19 | 21 |
| Octal | 150 | 133 | 76 | 0 | 14 | 50 | 73 | 51 | 31 | 41 |
| Binary | 1101000 | 1011011 | 111110 | 0 | 1100 | 101000 | 111011 | 101001 | 11001 | 100001 |
Color Harmonies of #685B3E
Complementary color
Monochromatic Colors of #685B3E
Black with #685B3E
Text Example
Text Example
White with #685B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B3E; }
p { color: rgb(104,91,62); }
H1.HeaderClassName
{
color: #685B3E;
}
.AnyTagClassName
{
color: #685B3E;
}
</style>
background-color css
<style>
a { background-color: #685B3E; }
a { background-color: rgb(104,91,62); }
div.DivClassName
{
background-color: #685B3E;
}
.BgClassName
{
background-color: #685B3E;
}
</style>
border-color css
<style>
span { border-color: #685B3E; }
span { border-color: rgb(104,91,62); }
td.TdClassName
{
border-color: #685B3E;
}
.TagClassName
{
border-color: #685B3E;
}
</style>