Shades of Yellow Metal #6D6142
Tints of Yellow Metal #6D6142
RGB
CMYK
RGB Variations
Color information
#6D6142 (or 0x6D6142) is known color: Yellow Metal. HEX triplet: 6D, 61 and 42. RGB value is (109,97,66). Sum of RGB (Red+Green+Blue) = 109+97+66=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6142 is #929EBD. Grayscale: #616161. Windows color (decimal): -9608894 or 4350317. OLE color: 4350317.
HSL color Cylindrical-coordinate representation of color #6D6142: hue angle of 43.26º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D6142 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 97 | 66 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.57 |
| HSL | 43.26º | 0.25% | 0.34% | - |
| HSV(B) | 43.26º | 0.39% | 0.43% | - |
| XYZ | 11.56 | 12.19 | 6.9 | - |
| YUV | 97.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 66 | 0 | 0.11 | 0.39 | 0.57 | 43.26 | 0.25 | 0.34 |
| Hex | 6D | 61 | 42 | 0 | B | 27 | 39 | 2B | 19 | 22 |
| Octal | 155 | 141 | 102 | 0 | 13 | 47 | 71 | 53 | 31 | 42 |
| Binary | 1101101 | 1100001 | 1000010 | 0 | 1011 | 100111 | 111001 | 101011 | 11001 | 100010 |
Color Harmonies of #6D6142
Complementary color
Monochromatic Colors of #6D6142
Black with #6D6142
Text Example
Text Example
White with #6D6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6142; }
p { color: rgb(109,97,66); }
H1.HeaderClassName
{
color: #6D6142;
}
.AnyTagClassName
{
color: #6D6142;
}
</style>
background-color css
<style>
a { background-color: #6D6142; }
a { background-color: rgb(109,97,66); }
div.DivClassName
{
background-color: #6D6142;
}
.BgClassName
{
background-color: #6D6142;
}
</style>
border-color css
<style>
span { border-color: #6D6142; }
span { border-color: rgb(109,97,66); }
td.TdClassName
{
border-color: #6D6142;
}
.TagClassName
{
border-color: #6D6142;
}
</style>