Shades of Yellow Metal #685A3B
Tints of Yellow Metal #685A3B
RGB
CMYK
RGB Variations
Color information
#685A3B (or 0x685A3B) is known color: Yellow Metal. HEX triplet: 68, 5A and 3B. RGB value is (104,90,59). Sum of RGB (Red+Green+Blue) = 104+90+59=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A3B is #97A5C4. Grayscale: #5A5A5A. Windows color (decimal): -9938373 or 3889768. OLE color: 3889768.
HSL color Cylindrical-coordinate representation of color #685A3B: hue angle of 41.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 #685A3B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 59 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.59 |
| HSL | 41.33º | 0.28% | 0.32% | - |
| HSV(B) | 41.33º | 0.43% | 0.41% | - |
| XYZ | 10.15 | 10.57 | 5.64 | - |
| YUV | 90.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 59 | 0 | 0.13 | 0.43 | 0.59 | 41.33 | 0.28 | 0.32 |
| Hex | 68 | 5A | 3B | 0 | D | 2B | 3B | 29 | 1C | 20 |
| Octal | 150 | 132 | 73 | 0 | 15 | 53 | 73 | 51 | 34 | 40 |
| Binary | 1101000 | 1011010 | 111011 | 0 | 1101 | 101011 | 111011 | 101001 | 11100 | 100000 |
Color Harmonies of #685A3B
Complementary color
Monochromatic Colors of #685A3B
Black with #685A3B
Text Example
Text Example
White with #685A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A3B; }
p { color: rgb(104,90,59); }
H1.HeaderClassName
{
color: #685A3B;
}
.AnyTagClassName
{
color: #685A3B;
}
</style>
background-color css
<style>
a { background-color: #685A3B; }
a { background-color: rgb(104,90,59); }
div.DivClassName
{
background-color: #685A3B;
}
.BgClassName
{
background-color: #685A3B;
}
</style>
border-color css
<style>
span { border-color: #685A3B; }
span { border-color: rgb(104,90,59); }
td.TdClassName
{
border-color: #685A3B;
}
.TagClassName
{
border-color: #685A3B;
}
</style>