Shades of Yellow Metal #6C5E3D
Tints of Yellow Metal #6C5E3D
RGB
CMYK
RGB Variations
Color information
#6C5E3D (or 0x6C5E3D) is known color: Yellow Metal. HEX triplet: 6C, 5E and 3D. RGB value is (108,94,61). Sum of RGB (Red+Green+Blue) = 108+94+61=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5E3D is #93A1C2. Grayscale: #5E5E5E. Windows color (decimal): -9675203 or 4021868. OLE color: 4021868.
HSL color Cylindrical-coordinate representation of color #6C5E3D: hue angle of 42.13º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C5E3D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 61 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.58 |
| HSL | 42.13º | 0.28% | 0.33% | - |
| HSV(B) | 42.13º | 0.44% | 0.42% | - |
| XYZ | 11.03 | 11.53 | 6.06 | - |
| YUV | 94.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 61 | 0 | 0.13 | 0.44 | 0.58 | 42.13 | 0.28 | 0.33 |
| Hex | 6C | 5E | 3D | 0 | D | 2C | 3A | 2A | 1C | 21 |
| Octal | 154 | 136 | 75 | 0 | 15 | 54 | 72 | 52 | 34 | 41 |
| Binary | 1101100 | 1011110 | 111101 | 0 | 1101 | 101100 | 111010 | 101010 | 11100 | 100001 |
Color Harmonies of #6C5E3D
Complementary color
Monochromatic Colors of #6C5E3D
Black with #6C5E3D
Text Example
Text Example
White with #6C5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E3D; }
p { color: rgb(108,94,61); }
H1.HeaderClassName
{
color: #6C5E3D;
}
.AnyTagClassName
{
color: #6C5E3D;
}
</style>
background-color css
<style>
a { background-color: #6C5E3D; }
a { background-color: rgb(108,94,61); }
div.DivClassName
{
background-color: #6C5E3D;
}
.BgClassName
{
background-color: #6C5E3D;
}
</style>
border-color css
<style>
span { border-color: #6C5E3D; }
span { border-color: rgb(108,94,61); }
td.TdClassName
{
border-color: #6C5E3D;
}
.TagClassName
{
border-color: #6C5E3D;
}
</style>