Shades of Yellow Metal #6D5E3A
Tints of Yellow Metal #6D5E3A
RGB
CMYK
RGB Variations
Color information
#6D5E3A (or 0x6D5E3A) is known color: Yellow Metal. HEX triplet: 6D, 5E and 3A. RGB value is (109,94,58). Sum of RGB (Red+Green+Blue) = 109+94+58=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E3A is #92A1C5. Grayscale: #5E5E5E. Windows color (decimal): -9609670 or 3825261. OLE color: 3825261.
HSL color Cylindrical-coordinate representation of color #6D5E3A: hue angle of 42.35º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D5E3A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 94 | 58 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.57 |
| HSL | 42.35º | 0.31% | 0.33% | - |
| HSV(B) | 42.35º | 0.47% | 0.43% | - |
| XYZ | 11.07 | 11.56 | 5.65 | - |
| YUV | 94.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 58 | 0 | 0.14 | 0.47 | 0.57 | 42.35 | 0.31 | 0.33 |
| Hex | 6D | 5E | 3A | 0 | E | 2F | 39 | 2A | 1F | 21 |
| Octal | 155 | 136 | 72 | 0 | 16 | 57 | 71 | 52 | 37 | 41 |
| Binary | 1101101 | 1011110 | 111010 | 0 | 1110 | 101111 | 111001 | 101010 | 11111 | 100001 |
Color Harmonies of #6D5E3A
Complementary color
Monochromatic Colors of #6D5E3A
Black with #6D5E3A
Text Example
Text Example
White with #6D5E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E3A; }
p { color: rgb(109,94,58); }
H1.HeaderClassName
{
color: #6D5E3A;
}
.AnyTagClassName
{
color: #6D5E3A;
}
</style>
background-color css
<style>
a { background-color: #6D5E3A; }
a { background-color: rgb(109,94,58); }
div.DivClassName
{
background-color: #6D5E3A;
}
.BgClassName
{
background-color: #6D5E3A;
}
</style>
border-color css
<style>
span { border-color: #6D5E3A; }
span { border-color: rgb(109,94,58); }
td.TdClassName
{
border-color: #6D5E3A;
}
.TagClassName
{
border-color: #6D5E3A;
}
</style>