Shades of Yellow Metal #6E673C
Tints of Yellow Metal #6E673C
RGB
CMYK
RGB Variations
Color information
#6E673C (or 0x6E673C) is known color: Yellow Metal. HEX triplet: 6E, 67 and 3C. RGB value is (110,103,60). Sum of RGB (Red+Green+Blue) = 110+103+60=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E673C is #9198C3. Grayscale: #646464. Windows color (decimal): -9541828 or 3958638. OLE color: 3958638.
HSL color Cylindrical-coordinate representation of color #6E673C: hue angle of 51.6º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E673C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 60 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.57 |
| HSL | 51.6º | 0.29% | 0.33% | - |
| HSV(B) | 51.6º | 0.45% | 0.43% | - |
| XYZ | 12.1 | 13.34 | 6.21 | - |
| YUV | 100.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 60 | 0 | 0.06 | 0.45 | 0.57 | 51.6 | 0.29 | 0.33 |
| Hex | 6E | 67 | 3C | 0 | 6 | 2D | 39 | 34 | 1D | 21 |
| Octal | 156 | 147 | 74 | 0 | 6 | 55 | 71 | 64 | 35 | 41 |
| Binary | 1101110 | 1100111 | 111100 | 0 | 110 | 101101 | 111001 | 110100 | 11101 | 100001 |
Color Harmonies of #6E673C
Complementary color
Monochromatic Colors of #6E673C
Black with #6E673C
Text Example
Text Example
White with #6E673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E673C; }
p { color: rgb(110,103,60); }
H1.HeaderClassName
{
color: #6E673C;
}
.AnyTagClassName
{
color: #6E673C;
}
</style>
background-color css
<style>
a { background-color: #6E673C; }
a { background-color: rgb(110,103,60); }
div.DivClassName
{
background-color: #6E673C;
}
.BgClassName
{
background-color: #6E673C;
}
</style>
border-color css
<style>
span { border-color: #6E673C; }
span { border-color: rgb(110,103,60); }
td.TdClassName
{
border-color: #6E673C;
}
.TagClassName
{
border-color: #6E673C;
}
</style>