Shades of Yellow Metal #6E663F
Tints of Yellow Metal #6E663F
RGB
CMYK
RGB Variations
Color information
#6E663F (or 0x6E663F) is known color: Yellow Metal. HEX triplet: 6E, 66 and 3F. RGB value is (110,102,63). Sum of RGB (Red+Green+Blue) = 110+102+63=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E663F is #9199C0. Grayscale: #646464. Windows color (decimal): -9542081 or 4154990. OLE color: 4154990.
HSL color Cylindrical-coordinate representation of color #6E663F: hue angle of 49.79º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E663F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 63 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.57 |
| HSL | 49.79º | 0.27% | 0.34% | - |
| HSV(B) | 49.79º | 0.43% | 0.43% | - |
| XYZ | 12.08 | 13.18 | 6.61 | - |
| YUV | 99.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 63 | 0 | 0.07 | 0.43 | 0.57 | 49.79 | 0.27 | 0.34 |
| Hex | 6E | 66 | 3F | 0 | 7 | 2B | 39 | 32 | 1B | 22 |
| Octal | 156 | 146 | 77 | 0 | 7 | 53 | 71 | 62 | 33 | 42 |
| Binary | 1101110 | 1100110 | 111111 | 0 | 111 | 101011 | 111001 | 110010 | 11011 | 100010 |
Color Harmonies of #6E663F
Complementary color
Monochromatic Colors of #6E663F
Black with #6E663F
Text Example
Text Example
White with #6E663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E663F; }
p { color: rgb(110,102,63); }
H1.HeaderClassName
{
color: #6E663F;
}
.AnyTagClassName
{
color: #6E663F;
}
</style>
background-color css
<style>
a { background-color: #6E663F; }
a { background-color: rgb(110,102,63); }
div.DivClassName
{
background-color: #6E663F;
}
.BgClassName
{
background-color: #6E663F;
}
</style>
border-color css
<style>
span { border-color: #6E663F; }
span { border-color: rgb(110,102,63); }
td.TdClassName
{
border-color: #6E663F;
}
.TagClassName
{
border-color: #6E663F;
}
</style>