Shades of Yellow Metal #6C5D37
Tints of Yellow Metal #6C5D37
RGB
CMYK
RGB Variations
Color information
#6C5D37 (or 0x6C5D37) is known color: Yellow Metal. HEX triplet: 6C, 5D and 37. RGB value is (108,93,55). Sum of RGB (Red+Green+Blue) = 108+93+55=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5D37 is #93A2C8. Grayscale: #5D5D5D. Windows color (decimal): -9675465 or 3628396. OLE color: 3628396.
HSL color Cylindrical-coordinate representation of color #6C5D37: hue angle of 43.02º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C5D37 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 93 | 55 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.58 |
| HSL | 43.02º | 0.33% | 0.32% | - |
| HSV(B) | 43.02º | 0.49% | 0.42% | - |
| XYZ | 10.79 | 11.29 | 5.23 | - |
| YUV | 93.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 55 | 0 | 0.14 | 0.49 | 0.58 | 43.02 | 0.33 | 0.32 |
| Hex | 6C | 5D | 37 | 0 | E | 31 | 3A | 2B | 21 | 20 |
| Octal | 154 | 135 | 67 | 0 | 16 | 61 | 72 | 53 | 41 | 40 |
| Binary | 1101100 | 1011101 | 110111 | 0 | 1110 | 110001 | 111010 | 101011 | 100001 | 100000 |
Color Harmonies of #6C5D37
Complementary color
Monochromatic Colors of #6C5D37
Black with #6C5D37
Text Example
Text Example
White with #6C5D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5D37; }
p { color: rgb(108,93,55); }
H1.HeaderClassName
{
color: #6C5D37;
}
.AnyTagClassName
{
color: #6C5D37;
}
</style>
background-color css
<style>
a { background-color: #6C5D37; }
a { background-color: rgb(108,93,55); }
div.DivClassName
{
background-color: #6C5D37;
}
.BgClassName
{
background-color: #6C5D37;
}
</style>
border-color css
<style>
span { border-color: #6C5D37; }
span { border-color: rgb(108,93,55); }
td.TdClassName
{
border-color: #6C5D37;
}
.TagClassName
{
border-color: #6C5D37;
}
</style>