Shades of Yellow Metal #6D643B
Tints of Yellow Metal #6D643B
RGB
CMYK
RGB Variations
Color information
#6D643B (or 0x6D643B) is known color: Yellow Metal. HEX triplet: 6D, 64 and 3B. RGB value is (109,100,59). Sum of RGB (Red+Green+Blue) = 109+100+59=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D643B is #929BC4. Grayscale: #626262. Windows color (decimal): -9608133 or 3892333. OLE color: 3892333.
HSL color Cylindrical-coordinate representation of color #6D643B: hue angle of 49.2º 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 #6D643B is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 100 | 59 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.57 |
| HSL | 49.2º | 0.3% | 0.33% | - |
| HSV(B) | 49.2º | 0.46% | 0.43% | - |
| XYZ | 11.65 | 12.68 | 5.97 | - |
| YUV | 98.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 59 | 0 | 0.08 | 0.46 | 0.57 | 49.2 | 0.3 | 0.33 |
| Hex | 6D | 64 | 3B | 0 | 8 | 2E | 39 | 31 | 1E | 21 |
| Octal | 155 | 144 | 73 | 0 | 10 | 56 | 71 | 61 | 36 | 41 |
| Binary | 1101101 | 1100100 | 111011 | 0 | 1000 | 101110 | 111001 | 110001 | 11110 | 100001 |
Color Harmonies of #6D643B
Complementary color
Monochromatic Colors of #6D643B
Black with #6D643B
Text Example
Text Example
White with #6D643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D643B; }
p { color: rgb(109,100,59); }
H1.HeaderClassName
{
color: #6D643B;
}
.AnyTagClassName
{
color: #6D643B;
}
</style>
background-color css
<style>
a { background-color: #6D643B; }
a { background-color: rgb(109,100,59); }
div.DivClassName
{
background-color: #6D643B;
}
.BgClassName
{
background-color: #6D643B;
}
</style>
border-color css
<style>
span { border-color: #6D643B; }
span { border-color: rgb(109,100,59); }
td.TdClassName
{
border-color: #6D643B;
}
.TagClassName
{
border-color: #6D643B;
}
</style>