Shades of Yellow Metal #6E613B
Tints of Yellow Metal #6E613B
RGB
CMYK
RGB Variations
Color information
#6E613B (or 0x6E613B) is known color: Yellow Metal. HEX triplet: 6E, 61 and 3B. RGB value is (110,97,59). Sum of RGB (Red+Green+Blue) = 110+97+59=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E613B is #919EC4. Grayscale: #606060. Windows color (decimal): -9543365 or 3891566. OLE color: 3891566.
HSL color Cylindrical-coordinate representation of color #6E613B: hue angle of 44.71º 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 #6E613B is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 59 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.57 |
| HSL | 44.71º | 0.3% | 0.33% | - |
| HSV(B) | 44.71º | 0.46% | 0.43% | - |
| XYZ | 11.49 | 12.18 | 5.88 | - |
| YUV | 96.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 59 | 0 | 0.12 | 0.46 | 0.57 | 44.71 | 0.3 | 0.33 |
| Hex | 6E | 61 | 3B | 0 | C | 2E | 39 | 2D | 1E | 21 |
| Octal | 156 | 141 | 73 | 0 | 14 | 56 | 71 | 55 | 36 | 41 |
| Binary | 1101110 | 1100001 | 111011 | 0 | 1100 | 101110 | 111001 | 101101 | 11110 | 100001 |
Color Harmonies of #6E613B
Complementary color
Monochromatic Colors of #6E613B
Black with #6E613B
Text Example
Text Example
White with #6E613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E613B; }
p { color: rgb(110,97,59); }
H1.HeaderClassName
{
color: #6E613B;
}
.AnyTagClassName
{
color: #6E613B;
}
</style>
background-color css
<style>
a { background-color: #6E613B; }
a { background-color: rgb(110,97,59); }
div.DivClassName
{
background-color: #6E613B;
}
.BgClassName
{
background-color: #6E613B;
}
</style>
border-color css
<style>
span { border-color: #6E613B; }
span { border-color: rgb(110,97,59); }
td.TdClassName
{
border-color: #6E613B;
}
.TagClassName
{
border-color: #6E613B;
}
</style>