Shades of Yellow Metal #685D3B
Tints of Yellow Metal #685D3B
RGB
CMYK
RGB Variations
Color information
#685D3B (or 0x685D3B) is known color: Yellow Metal. HEX triplet: 68, 5D and 3B. RGB value is (104,93,59). Sum of RGB (Red+Green+Blue) = 104+93+59=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #685D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D3B is #97A2C4. Grayscale: #5C5C5C. Windows color (decimal): -9937605 or 3890536. OLE color: 3890536.
HSL color Cylindrical-coordinate representation of color #685D3B: hue angle of 45.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #685D3B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 59 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.59 |
| HSL | 45.33º | 0.28% | 0.32% | - |
| HSV(B) | 45.33º | 0.43% | 0.41% | - |
| XYZ | 10.41 | 11.09 | 5.73 | - |
| YUV | 92.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 59 | 0 | 0.11 | 0.43 | 0.59 | 45.33 | 0.28 | 0.32 |
| Hex | 68 | 5D | 3B | 0 | B | 2B | 3B | 2D | 1C | 20 |
| Octal | 150 | 135 | 73 | 0 | 13 | 53 | 73 | 55 | 34 | 40 |
| Binary | 1101000 | 1011101 | 111011 | 0 | 1011 | 101011 | 111011 | 101101 | 11100 | 100000 |
Color Harmonies of #685D3B
Complementary color
Monochromatic Colors of #685D3B
Black with #685D3B
Text Example
Text Example
White with #685D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D3B; }
p { color: rgb(104,93,59); }
H1.HeaderClassName
{
color: #685D3B;
}
.AnyTagClassName
{
color: #685D3B;
}
</style>
background-color css
<style>
a { background-color: #685D3B; }
a { background-color: rgb(104,93,59); }
div.DivClassName
{
background-color: #685D3B;
}
.BgClassName
{
background-color: #685D3B;
}
</style>
border-color css
<style>
span { border-color: #685D3B; }
span { border-color: rgb(104,93,59); }
td.TdClassName
{
border-color: #685D3B;
}
.TagClassName
{
border-color: #685D3B;
}
</style>