Shades of Yellow Metal #6D5C3B
Tints of Yellow Metal #6D5C3B
RGB
CMYK
RGB Variations
Color information
#6D5C3B (or 0x6D5C3B) is known color: Yellow Metal. HEX triplet: 6D, 5C and 3B. RGB value is (109,92,59). Sum of RGB (Red+Green+Blue) = 109+92+59=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C3B is #92A3C4. Grayscale: #5D5D5D. Windows color (decimal): -9610181 or 3890285. OLE color: 3890285.
HSL color Cylindrical-coordinate representation of color #6D5C3B: hue angle of 39.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D5C3B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 59 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.57 |
| HSL | 39.6º | 0.3% | 0.33% | - |
| HSV(B) | 39.6º | 0.46% | 0.43% | - |
| XYZ | 10.92 | 11.22 | 5.73 | - |
| YUV | 93.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 59 | 0 | 0.16 | 0.46 | 0.57 | 39.6 | 0.3 | 0.33 |
| Hex | 6D | 5C | 3B | 0 | 10 | 2E | 39 | 28 | 1E | 21 |
| Octal | 155 | 134 | 73 | 0 | 20 | 56 | 71 | 50 | 36 | 41 |
| Binary | 1101101 | 1011100 | 111011 | 0 | 10000 | 101110 | 111001 | 101000 | 11110 | 100001 |
Color Harmonies of #6D5C3B
Complementary color
Monochromatic Colors of #6D5C3B
Black with #6D5C3B
Text Example
Text Example
White with #6D5C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C3B; }
p { color: rgb(109,92,59); }
H1.HeaderClassName
{
color: #6D5C3B;
}
.AnyTagClassName
{
color: #6D5C3B;
}
</style>
background-color css
<style>
a { background-color: #6D5C3B; }
a { background-color: rgb(109,92,59); }
div.DivClassName
{
background-color: #6D5C3B;
}
.BgClassName
{
background-color: #6D5C3B;
}
</style>
border-color css
<style>
span { border-color: #6D5C3B; }
span { border-color: rgb(109,92,59); }
td.TdClassName
{
border-color: #6D5C3B;
}
.TagClassName
{
border-color: #6D5C3B;
}
</style>