Shades of Yellow Metal #6D6543
Tints of Yellow Metal #6D6543
RGB
CMYK
RGB Variations
Color information
#6D6543 (or 0x6D6543) is known color: Yellow Metal. HEX triplet: 6D, 65 and 43. RGB value is (109,101,67). Sum of RGB (Red+Green+Blue) = 109+101+67=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6543 is #929ABC. Grayscale: #636363. Windows color (decimal): -9607869 or 4416877. OLE color: 4416877.
HSL color Cylindrical-coordinate representation of color #6D6543: hue angle of 48.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D6543 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 67 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.57 |
| HSL | 48.57º | 0.24% | 0.35% | - |
| HSV(B) | 48.57º | 0.39% | 0.43% | - |
| XYZ | 11.97 | 12.96 | 7.18 | - |
| YUV | 99.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 67 | 0 | 0.07 | 0.39 | 0.57 | 48.57 | 0.24 | 0.35 |
| Hex | 6D | 65 | 43 | 0 | 7 | 27 | 39 | 31 | 18 | 23 |
| Octal | 155 | 145 | 103 | 0 | 7 | 47 | 71 | 61 | 30 | 43 |
| Binary | 1101101 | 1100101 | 1000011 | 0 | 111 | 100111 | 111001 | 110001 | 11000 | 100011 |
Color Harmonies of #6D6543
Complementary color
Monochromatic Colors of #6D6543
Black with #6D6543
Text Example
Text Example
White with #6D6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6543; }
p { color: rgb(109,101,67); }
H1.HeaderClassName
{
color: #6D6543;
}
.AnyTagClassName
{
color: #6D6543;
}
</style>
background-color css
<style>
a { background-color: #6D6543; }
a { background-color: rgb(109,101,67); }
div.DivClassName
{
background-color: #6D6543;
}
.BgClassName
{
background-color: #6D6543;
}
</style>
border-color css
<style>
span { border-color: #6D6543; }
span { border-color: rgb(109,101,67); }
td.TdClassName
{
border-color: #6D6543;
}
.TagClassName
{
border-color: #6D6543;
}
</style>