Shades of Yellow Metal #6D6239
Tints of Yellow Metal #6D6239
RGB
CMYK
RGB Variations
Color information
#6D6239 (or 0x6D6239) is known color: Yellow Metal. HEX triplet: 6D, 62 and 39. RGB value is (109,98,57). Sum of RGB (Red+Green+Blue) = 109+98+57=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6239 is #929DC6. Grayscale: #606060. Windows color (decimal): -9608647 or 3760749. OLE color: 3760749.
HSL color Cylindrical-coordinate representation of color #6D6239: hue angle of 47.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D6239 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 57 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.57 |
| HSL | 47.31º | 0.31% | 0.33% | - |
| HSV(B) | 47.31º | 0.48% | 0.43% | - |
| XYZ | 11.41 | 12.28 | 5.64 | - |
| YUV | 96.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 57 | 0 | 0.10 | 0.48 | 0.57 | 47.31 | 0.31 | 0.33 |
| Hex | 6D | 62 | 39 | 0 | A | 30 | 39 | 2F | 1F | 21 |
| Octal | 155 | 142 | 71 | 0 | 12 | 60 | 71 | 57 | 37 | 41 |
| Binary | 1101101 | 1100010 | 111001 | 0 | 1010 | 110000 | 111001 | 101111 | 11111 | 100001 |
Color Harmonies of #6D6239
Complementary color
Monochromatic Colors of #6D6239
Black with #6D6239
Text Example
Text Example
White with #6D6239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6239; }
p { color: rgb(109,98,57); }
H1.HeaderClassName
{
color: #6D6239;
}
.AnyTagClassName
{
color: #6D6239;
}
</style>
background-color css
<style>
a { background-color: #6D6239; }
a { background-color: rgb(109,98,57); }
div.DivClassName
{
background-color: #6D6239;
}
.BgClassName
{
background-color: #6D6239;
}
</style>
border-color css
<style>
span { border-color: #6D6239; }
span { border-color: rgb(109,98,57); }
td.TdClassName
{
border-color: #6D6239;
}
.TagClassName
{
border-color: #6D6239;
}
</style>