Shades of Yellow Metal #6D613D
Tints of Yellow Metal #6D613D
RGB
CMYK
RGB Variations
Color information
#6D613D (or 0x6D613D) is known color: Yellow Metal. HEX triplet: 6D, 61 and 3D. RGB value is (109,97,61). Sum of RGB (Red+Green+Blue) = 109+97+61=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D613D is #929EC2. Grayscale: #606060. Windows color (decimal): -9608899 or 4022637. OLE color: 4022637.
HSL color Cylindrical-coordinate representation of color #6D613D: hue angle of 45º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D613D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 97 | 61 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.57 |
| HSL | 45º | 0.28% | 0.33% | - |
| HSV(B) | 45º | 0.44% | 0.43% | - |
| XYZ | 11.42 | 12.14 | 6.16 | - |
| YUV | 96.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 61 | 0 | 0.11 | 0.44 | 0.57 | 45 | 0.28 | 0.33 |
| Hex | 6D | 61 | 3D | 0 | B | 2C | 39 | 2D | 1C | 21 |
| Octal | 155 | 141 | 75 | 0 | 13 | 54 | 71 | 55 | 34 | 41 |
| Binary | 1101101 | 1100001 | 111101 | 0 | 1011 | 101100 | 111001 | 101101 | 11100 | 100001 |
Color Harmonies of #6D613D
Complementary color
Monochromatic Colors of #6D613D
Black with #6D613D
Text Example
Text Example
White with #6D613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D613D; }
p { color: rgb(109,97,61); }
H1.HeaderClassName
{
color: #6D613D;
}
.AnyTagClassName
{
color: #6D613D;
}
</style>
background-color css
<style>
a { background-color: #6D613D; }
a { background-color: rgb(109,97,61); }
div.DivClassName
{
background-color: #6D613D;
}
.BgClassName
{
background-color: #6D613D;
}
</style>
border-color css
<style>
span { border-color: #6D613D; }
span { border-color: rgb(109,97,61); }
td.TdClassName
{
border-color: #6D613D;
}
.TagClassName
{
border-color: #6D613D;
}
</style>