Shades of Yellow Metal #6E6344
Tints of Yellow Metal #6E6344
RGB
CMYK
RGB Variations
Color information
#6E6344 (or 0x6E6344) is known color: Yellow Metal. HEX triplet: 6E, 63 and 44. RGB value is (110,99,68). Sum of RGB (Red+Green+Blue) = 110+99+68=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6344 is #919CBB. Grayscale: #626262. Windows color (decimal): -9542844 or 4481902. OLE color: 4481902.
HSL color Cylindrical-coordinate representation of color #6E6344: hue angle of 44.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6344 is Cyan = 0, Magento = 0.1, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 68 | - |
| CMYK | 0 | 0.1 | 0.38 | 0.57 |
| HSL | 44.29º | 0.24% | 0.35% | - |
| HSV(B) | 44.29º | 0.38% | 0.43% | - |
| XYZ | 11.94 | 12.66 | 7.28 | - |
| YUV | 98.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 68 | 0 | 0.1 | 0.38 | 0.57 | 44.29 | 0.24 | 0.35 |
| Hex | 6E | 63 | 44 | 0 | A | 26 | 39 | 2C | 18 | 23 |
| Octal | 156 | 143 | 104 | 0 | 12 | 46 | 71 | 54 | 30 | 43 |
| Binary | 1101110 | 1100011 | 1000100 | 0 | 1010 | 100110 | 111001 | 101100 | 11000 | 100011 |
Color Harmonies of #6E6344
Complementary color
Monochromatic Colors of #6E6344
Black with #6E6344
Text Example
Text Example
White with #6E6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6344; }
p { color: rgb(110,99,68); }
H1.HeaderClassName
{
color: #6E6344;
}
.AnyTagClassName
{
color: #6E6344;
}
</style>
background-color css
<style>
a { background-color: #6E6344; }
a { background-color: rgb(110,99,68); }
div.DivClassName
{
background-color: #6E6344;
}
.BgClassName
{
background-color: #6E6344;
}
</style>
border-color css
<style>
span { border-color: #6E6344; }
span { border-color: rgb(110,99,68); }
td.TdClassName
{
border-color: #6E6344;
}
.TagClassName
{
border-color: #6E6344;
}
</style>